Navigation
API > API/Plugins > API/Plugins/Text3D > API/Plugins/Text3D/TEXT3UText3DComponent
References
| Module | Text3D |
| Header | /Engine/Plugins/Experimental/Text3D/Source/Text3D/Public/Text3DComponent.h |
| Include | #include "Text3DComponent.h" |
UFUNCTION&40;BlueprintCallable, Category&61;"Text3D"&41;
FText GetFormattedText&40;&41; const
Remarks
Returns the Text property, after being formatted by the FormatText virtual function. If FormatText is not overriden, the return FText will be the same as the Text property.