Construct a FString from a std::string in UTF-8 encoding

Incoming string must be utf8 then



FString HappyString(UTF8_TO_TCHAR (TestString.c_str()));


But if you really need localization just use FText instead.

2 Likes