Can the type of ‘char *’ be converted to FText?
this should work:
char* myText = “ugabuga”;
FText localizedText = FText::FromString(ANSI_TO_TCHAR(myText ));
Can the type of ‘char *’ be converted to FText?
this should work:
char* myText = “ugabuga”;
FText localizedText = FText::FromString(ANSI_TO_TCHAR(myText ));