Text button with big and loud styling applied.
Verse using statement |
using { /Fortnite.com/UI } |
Inheritance Hierarchy
This class is derived from the following hierarchy, starting with widget
:
Name | Description |
---|---|
widget |
Base class for all UI elements drawn on the |
text_button_base |
Button with text message common base class. Displays a button with a custom message string. |
Members
This class has both data members and functions.
Data
Data Member Name | Type | Description |
---|---|---|
DefaultText |
message |
The text to display to the user. Used only during initialization of the widget and not modified by SetText. |
Functions
Function Name | Description |
---|---|
GetParentWidget |
Returns the |
GetRootWidget |
Returns the |
GetText |
Gets the text currently in the widget. |
GetVisibility |
Returns the current |
IsEnabled |
|
OnClick |
Subscribable event that fires when the button is clicked. |
SetEnabled |
Enables or disables whether the |
SetText |
Sets the text displayed in the widget. |
SetVisibility |
Shows or hides the |