Navigation
API > API/Plugins > API/Plugins/UIFramework
| Name | FUIFrameworkUserWidgetNamedSlotList |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UIFramework/Source/Public/Widgets/UIFUserWidget.h |
| Include Path | #include "Widgets/UIFUserWidget.h" |
Syntax
USTRUCT ()
struct FUIFrameworkUserWidgetNamedSlotList : public FFastArraySerializer
Inheritance Hierarchy
- FFastArraySerializer → FUIFrameworkUserWidgetNamedSlotList
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Widgets/UIFUserWidget.h | |||
| Widgets/UIFUserWidget.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Owner | TObjectPtr< UUIFrameworkUserWidget > | Widgets/UIFUserWidget.h |
|
|
| Slots | TArray< FUIFrameworkUserWidgetNamedSlot > | Widgets/UIFUserWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AuthorityAddEntry
(
FUIFrameworkUserWidgetNamedSlot Entry |
Widgets/UIFUserWidget.h | ||
const FUIFrameworkUserWidgetNamedSlot * AuthorityFindEntry
(
FName SlotName |
Widgets/UIFUserWidget.h | ||
void AuthorityForEachChildren
(
const TFunctionRef< void(UUIFrameworkWidget*)>& Func |
Widgets/UIFUserWidget.h | ||
bool AuthorityRemoveEntry
(
UUIFrameworkWidget* Widget |
Widgets/UIFUserWidget.h | ||
FUIFrameworkUserWidgetNamedSlot * FindEntry
(
FUIFrameworkWidgetId WidgetId |
Widgets/UIFUserWidget.h | ||
bool NetDeltaSerialize
(
FNetDeltaSerializeInfo& DeltaParms |
Widgets/UIFUserWidget.h | ||
void PostReplicatedChange
(
const TArrayView< int32 >& ChangedIndices, |
Widgets/UIFUserWidget.h |