UPrimitiveComponent > USceneComponent > UActorComponent > UObject
Renders text in the world with given font. Contains usual font related attributes such as Scale, Alignment, Color etc.
Member | Type | Offset | Share |
---|---|---|---|
Text
Text content, can be multi line using as line separator |
FText | 0x408 | |
TextMaterial
Text material |
UMaterialInterface* | 0x420 | |
Font
Text font |
UFont* | 0x428 | |
HorizontalAlignment
Horizontal text alignment |
EHorizTextAligment | 0x430 | |
VerticalAlignment
Vertical text alignment |
EVerticalTextAligment | 0x431 | |
TextRenderColor
Color of the text, can be accessed as vertex color |
FColor | 0x434 | |
XScale
Horizontal scale, default is 1.0 |
float | 0x438 | |
YScale
Vertical scale, default is 1.0 |
float | 0x43c | |
WorldSize
Vertical size of the fonts largest character in world units. |
float | 0x440 | |
InvDefaultSize
The inverse of the Font's character height. |
float | 0x444 | |
HorizSpacingAdjust
Horizontal adjustment per character, default is 0.0 |
float | 0x448 | |
VertSpacingAdjust
Vertical adjustment per character, default is 0.0 |
float | 0x44c | |
bAlwaysRenderAsText : 1 | char | 0x450 |