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 (BlueprintCallable, Category="Text3D")
FText GetFormattedText() 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.