Stack box is a container of a list of widgets stacked either vertically or horizontally.
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 |
Members
This class has both data members and functions.
Data
| Data Member Name | Type | Description |
|---|---|---|
Orientation |
orientation |
The orientation of the stack box. Either stack widgets horizontal or vertical. |
Slots |
[]stack_box_slot |
The child widgets of the stack box. Used only during initialization of the widget and not modified by Add/RemoveWidget. |
Functions
| Function Name | Description |
|---|---|
AddWidget |
Add a new child slot to the stack box. Slots are added at the end. |
GetParentWidget |
Returns the |
GetRootWidget |
Returns the |
GetVisibility |
Returns the current |
IsEnabled |
|
RemoveWidget |
Removes a slot containing the given widget |
SetEnabled |
Enables or disables whether the |
SetVisibility |
Shows or hides the |