How to convert FText to FString?

These pages should help for working with strings:

In any case, you are looking for the following:

FString convertedString = yourFText.ToString();
1 Like