Text Base Widget
Base widget for text widget.
Verse using statement |
using { /UnrealEngine.com/Temporary/UI } |
Inheritance Hierarchy
This class is derived from widget.
| Name | Description |
|---|---|
widget |
Base class for all UI elements drawn on the player's screen. |
Members
This class has both data members and functions.
Data
| Data Member Name | Type | Description |
|---|---|---|
DefaultJustification |
text_justification |
The justification to display to the user. Used only during initialization of the widget and not modified by SetJustification. |
DefaultOverflowPolicy |
text_overflow_policy |
The policy that determine what happens when the text is longer than its allowed length. Used only during initialization of the widget and not modified by SetOverflowPolicy. |
DefaultText |
message |
The text to display to the user. Used only during initialization of the widget and not modified by SetText. |
DefaultTextColor |
color |
The color of the displayed text. Used only during initialization of the widget and not modified by SetTextColor. |
DefaultTextOpacity |
float |
The opacity of the displayed text. Used only during initialization of the widget and not modified by SetTextOpacity. |
DefaultTextSize |
float |
The size of the displayed text. Used only during initialization of the widget and not modified by SetTextSize. |
You're reading a preview
The full reference is free for BrainDeadGuild Discord members — sign in to read it all, or open the original at the source.
Sign in with your BrainDead.TV / BrainDeadGuild Discord account for full access.