Hello,
Maybe someone try to find parameters for this function?
from Engine.dll
Код:
?DrawTextToCanvas@UCanvas@@UAEKHHKPBGKKKMHW4L2FontType@@HHKHHHPAV?$TArray@PAVFL2ColorFontInfo@@@@GW4EFontExceptionType@@H@Z
Код:
public: virtual unsigned long __thiscall UCanvas::DrawTextToCanvas(int,int,unsigned long,unsigned short const *,unsigned long,unsigned long,unsigned long,float,int,enum L2FontType,int,int,unsigned long,int,int,int,class TArray<class FL2ColorFontInfo *> *,unsigned short,enum EFontExceptionType,int)
What each parameter mean, maybe someone was facing with it? : confused:
most interesting for me is
enum L2FontType,
class TArray<class FL2ColorFontInfo *> *,
enum EFontExceptionType
all other parameters i think possible to guess.
Thanks for any information.