Navigation
API > API/Plugins > API/Plugins/UIFramework > API/Plugins/UIFramework/Widgets
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMVVMViewModelBase
- UUIFrameworkWidget
- UUIFrameworkStackBox
References
| Module | UIFramework |
| Header | /Engine/Plugins/Experimental/UIFramework/Source/Public/Widgets/UIFStackBox.h |
| Include | #include "Widgets/UIFStackBox.h" |
Syntax
UCLASS&40;DisplayName&61;"StackBox UIFramework"&41;
class UUIFrameworkStackBox : public UUIFrameworkWidget
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddWidget
(
FUIFrameworkStackBoxSlot Widget |
||
| EOrientation | Get the orientation of the stack box. | ||
| void | RemoveWidget
(
UUIFrameworkWidget* Widget |
||
| void | SetOrientation
(
EOrientation Value |
Set the orientation of the stack box. The existing elements will be rearranged. |
Overridden from UUIFrameworkWidget
| Type | Name | Description | |
|---|---|---|---|
| void | AuthorityForEachChildren
(
const TFunctionRef< void(UUIFrameworkWidget*)>& Func |
||
| void | AuthorityRemoveChild
(
UUIFrameworkWidget* Widget |
||
| void | LocalAddChild
(
FUIFrameworkWidgetId ChildId |
||
| void |