Struct FUxtTextBrush
Structure which contains data representing the appearance of text.
Namespace:
Assembly: .dll
Syntax
public: struct FUxtTextBrush
Fields
| Improve this Doc View SourceDefaultColor
The default color of the brush, by default the text color.
Declaration
public: FColor DefaultColor= FColor::White
Field Value
| Type | Description |
|---|---|
| FColor |
DisabledColor
The disabled color of the brush, by default the text color.
Declaration
public: FColor DisabledColor= FColor(32, 32, 32)
Field Value
| Type | Description |
|---|---|
| FColor |
Font
The font used by the text.
Declaration
public: UFont * Font= nullptr
Field Value
| Type | Description |
|---|---|
| UFont * |
Material
The material used by the text.
Declaration
public: UMaterialInterface * Material= nullptr
Field Value
| Type | Description |
|---|---|
| UMaterialInterface * |
RelativeLocation
The text's location compared to it's parent component.
Declaration
public: FVector RelativeLocation= FVector::ZeroVector
Field Value
| Type | Description |
|---|---|
| FVector |
RelativeRotation
The text's rotation compared to it's parent component.
Declaration
public: FRotator RelativeRotation= FRotator::ZeroRotator
Field Value
| Type | Description |
|---|---|
| FRotator |
Size
The size of the text, normally the font size.
Declaration
public: float Size= 1.0f
Field Value
| Type | Description |
|---|---|
| float |