DisclaimerIf you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)

Classes

UTextLayoutWidget

UWidget > UVisual > UObject

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