#define TEXT_
A convenience alternative to Unreal's own TEXT macro but this one doesn't require parenthesis around ...
Mixed text utilities and type traits.
FString Join(const TCHAR *separator, Args... args)
Join the given string arguments with a delimiter and skip empty entries.
FString AsString(T &&input)
Attempt to convert anything to string which can tell via some method how to do so.