Epic Developer Community Forums
How do I cast an FString to TCHAR array?
Development
Programming & Scripting
unreal-engine
Andrew_Bindraw
(Andrew_Bindraw)
December 24, 2015, 8:46am
9
Hi, sick. Try this:
FString MyString;
MyString.GetCharArray();
MyString.GetCharArray().GetData();
1 Like
show post in topic