Navigation
API > API/Plugins > API/Plugins/UIFramework
| Name | UUIFrameworkStackBox |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UIFramework/Source/Public/Widgets/UIFStackBox.h |
| Include Path | #include "Widgets/UIFStackBox.h" |
Syntax
UCLASS (MinimalAPI, DisplayName="StackBox UIFramework")
class UUIFrameworkStackBox : public UUIFrameworkWidget
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMVVMViewModelBase → UUIFrameworkWidget → UUIFrameworkStackBox
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UUIFrameworkStackBox() |
Widgets/UIFStackBox.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FUIFrameworkStackBoxSlotList | friend | Widgets/UIFStackBox.h | ||
| Orientation | TEnumAsByte< EOrientation > | The orientation of the stack box. | Widgets/UIFStackBox.h |
|
| ReplicatedSlotList | FUIFrameworkStackBoxSlotList | Widgets/UIFStackBox.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddWidget
(
FUIFrameworkStackBoxSlot Widget |
Widgets/UIFStackBox.h |
|
|
EOrientation GetOrientation() |
Get the orientation of the stack box. | Widgets/UIFStackBox.h | |
void RemoveWidget
(
UUIFrameworkWidget* Widget |
Widgets/UIFStackBox.h |
|
|
void SetOrientation
(
EOrientation Value |
Set the orientation of the stack box. The existing elements will be rearranged. | Widgets/UIFStackBox.h |
Overridden from UUIFrameworkWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AuthorityForEachChildren
(
const TFunctionRef< void(UUIFrameworkWidget*)>& Func |
Widgets/UIFStackBox.h | ||
virtual void AuthorityRemoveChild
(
UUIFrameworkWidget* Widget |
Widgets/UIFStackBox.h | ||
virtual void LocalAddChild
(
FUIFrameworkWidgetId ChildId |
Widgets/UIFStackBox.h | ||
virtual void LocalOnUMGWidgetCreated() |
Widgets/UIFStackBox.h |