How to assign text to FText in C++?

Simplest way is

FText UI_Prefix = FText::FromString("EQUIP");
10 Likes