Base class for all widgets that use a text layout. Contains the common options that should be exposed for the underlying Slate widget.
Member | Type | Offset | Share |
---|---|---|---|
ShapedTextOptions
Controls how the text within this widget should be shaped. |
FShapedTextOptions | 0x108 | |
Justification
How the text should be aligned with the margin. |
ETextJustify | 0x10b | |
WrappingPolicy
The wrapping policy to use. |
ETextWrappingPolicy | 0x10c | |
AutoWrapText : 1 | char | 0x10d | |
WrapTextAt
Whether text wraps onto a new line when it's length exceeds this width; if this value is zero or negative, no wrapping occurs. |
float | 0x110 | |
Margin
The amount of blank space left around the edges of text area. |
FMargin | 0x114 | |
LineHeightPercentage
The amount to scale each lines height by. |
float | 0x124 |