Navigation
API > API/Plugins > API/Plugins/Text3D
| Name | EText3DMaxWidthHandling |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Text3D/Source/Text3D/Public/Text3DTypes.h |
| Include Path | #include "Text3DTypes.h" |
Syntax
enum EText3DMaxWidthHandling
{
Scale,
WrapAndScale,
}
Values
| Name | Remarks |
|---|---|
| Scale | Scales the text to meet the max width |
| WrapAndScale | First wraps the text (if possible) and then scales to meet the max width |