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