Convert std::string to FString

While it’s not recommended to mix Unreal’s string containers and std::string, there’s nothing really stopping you from using the STL. Searching the engine source for “std::string” does bring up a few results.