Navigation
API > API/Plugins > API/Plugins/UIFramework > API/Plugins/UIFramework/Widgets
Inheritance Hierarchy
- FFastArraySerializer
- FUIFrameworkStackBoxSlotList
References
| Module | UIFramework |
| Header | /Engine/Plugins/Experimental/UIFramework/Source/Public/Widgets/UIFStackBox.h |
| Include | #include "Widgets/UIFStackBox.h" |
Syntax
USTRUCT ()
struct FUIFrameworkStackBoxSlotList : public FFastArraySerializer
Constructors
| Type | Name | Description | |
|---|---|---|---|
FUIFrameworkStackBoxSlotList
(
UUIFrameworkStackBox* InOwner |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddEntry
(
FUIFrameworkStackBoxSlot Entry |
||
| FUIFrameworkStackBoxSlot * | FindEntry
(
FUIFrameworkWidgetId WidgetId |
||
| void | ForEachChildren
(
const TFunctionRef< void(UUIFrameworkWidget*)>& Func |
||
| bool | NetDeltaSerialize
(
FNetDeltaSerializeInfo& DeltaParms |
||
| void | PostReplicatedChange
(
const TArrayView< int32 >& ChangedIndices, |
||
| bool | RemoveEntry
(
UUIFrameworkWidget* Widget |