Navigation
API > API/Plugins > API/Plugins/UIFramework
| Name | UUIFrameworkUserWidget |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UIFramework/Source/Public/Widgets/UIFUserWidget.h |
| Include Path | #include "Widgets/UIFUserWidget.h" |
Syntax
UCLASS (MinimalAPI, DisplayName="UserWidget UIFramework")
class UUIFrameworkUserWidget : public UUIFrameworkWidget
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMVVMViewModelBase → UUIFrameworkWidget → UUIFrameworkUserWidget
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UUIFrameworkUserWidget() |
Widgets/UIFUserWidget.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ReplicatedNamedSlotList | FUIFrameworkUserWidgetNamedSlotList | Widgets/UIFUserWidget.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UUIFrameworkWidget * GetNamedSlot
(
FName SlotName |
Widgets/UIFUserWidget.h |
|
|
void SetNamedSlot
(
FName SlotName, |
Widgets/UIFUserWidget.h |
|
|
void SetWidgetClass
(
TSoftClassPtr< UWidget > Value |
Widgets/UIFUserWidget.h |
|
Overridden from UUIFrameworkWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AuthorityForEachChildren
(
const TFunctionRef< void(UUIFrameworkWidget*)>& Func |
Widgets/UIFUserWidget.h | ||
virtual void AuthorityRemoveChild
(
UUIFrameworkWidget* Widget |
Widgets/UIFUserWidget.h | ||
virtual void LocalAddChild
(
FUIFrameworkWidgetId ChildId |
Widgets/UIFUserWidget.h | ||
virtual bool LocalIsReplicationReady() |
Widgets/UIFUserWidget.h |