Convert std::string to FString

What you want to be using is std::wstring, not std::string.