Navigation
API > API/Plugins > API/Plugins/Text3D
References
| Module | Text3D |
| Header | /Engine/Plugins/Experimental/Text3D/Source/Text3D/Public/Text3DComponent.h |
| Include | #include "Text3DComponent.h" |
Syntax
enum EText3DMaxWidthHandling
{
UMETA =(DisplayName = "Scale"),
UMETA =(DisplayName = "Wrap and Scale"),
}
Values
| Name | Description |
|---|---|
| UMETA | Scales the text to meet the max width |
| UMETA | First wraps the text (if possible) and then scales to meet the max width |