Epic Developer Community Forums
How to assign text to FText in C++?
Development
Programming & Scripting
C++
UE4-20
,
question
,
unreal-engine
,
UE4
,
CPP
SolidGasStudios
(SolidGasStudios)
June 16, 2022, 6:26pm
2
Simplest way is
FText UI_Prefix = FText::FromString("EQUIP");
10 Likes
show post in topic