Navigation
API > API/Plugins > API/Plugins/UIFramework
| Name | IUIFrameworkWidgetTreeOwner |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UIFramework/Source/Public/Types/UIFWidgetTreeOwner.h |
| Include Path | #include "Types/UIFWidgetTreeOwner.h" |
Syntax
class IUIFrameworkWidgetTreeOwner
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUIFrameworkWidgetOwner GetWidgetOwner() |
The object that will be used to create the UserWidget. | Types/UIFWidgetTreeOwner.h | |
FUIFrameworkWidgetTree & GetWidgetTree() |
The widget tree. | Types/UIFWidgetTreeOwner.h | |
virtual void LocalRemoveWidgetRootFromTree
(
const UUIFrameworkWidget* Widget |
Remove the widget (and the child) from the server. | Types/UIFWidgetTreeOwner.h | |
virtual void LocalWidgetRemovedFromTree
(
const FUIFrameworkWidgetTreeEntry& Entry |
A widget was removed to the tree. | Types/UIFWidgetTreeOwner.h | |
virtual void LocalWidgetWasAddedToTree
(
const FUIFrameworkWidgetTreeEntry& Entry |
A widget was added to the tree. | Types/UIFWidgetTreeOwner.h |