How do I cast an FString to TCHAR array?

I think you can overcome that problem with:
UE_LOG(Debug, Log, TEXT("%s"), *myFString);

1 Like