Navigation
API > API/Plugins > API/Plugins/UIFramework
| Name | FUIFrameworkModule |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UIFramework/Source/Public/UIFModule.h |
| Include Path | #include "UIFModule.h" |
Syntax
class FUIFrameworkModule : public IModuleInterface
Implements Interfaces
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UUIFrameworkWidget * AuthorityAttachWidget
(
FUIFrameworkParentWidget Parent, |
Set the new widget parent. | UIFModule.h | |
static bool AuthorityCanWidgetBeAttached
(
FUIFrameworkParentWidget Parent, |
UIFModule.h | ||
static void AuthorityDetachWidgetFromParent
(
UUIFrameworkWidget* Child |
Will remove the widget from the tree and the replication owner. | UIFModule.h | |
static void AuthorityDetachWidgetFromParentInternal
(
UUIFrameworkWidget* Child, |
UIFModule.h | ||
static TSubclassOf< UUIFrameworkPresenter > GetPresenterClass() |
UIFModule.h | ||
static void SetPresenterClass
(
TSubclassOf< UUIFrameworkPresenter > Director |
UIFModule.h |