This is often used while programming.
These pages should help for working with strings:
In any case, you are looking for the following:
FString convertedString = yourFText.ToString();
1 Like