Hi, I want to set text for UI_Prefix
using C++ , how to do this?
What I am trying is:
FText UI_Prefix
should return text EQUIP
so I can set it under the function as you can see in the blueprint it done.
FText UI_Prefix = EQUIP;
InitPickup(EItemType::E_Fashion, Datas->Name, UI_Prefix, Datas->StaticMesh);