Navigation
API > API/Plugins > API/Plugins/UIFramework
Inheritance Hierarchy
- IModuleInterface
- FUIFrameworkModule
References
| Module | UIFramework |
| Header | /Engine/Plugins/Experimental/UIFramework/Source/Public/UIFModule.h |
| Include | #include "UIFModule.h" |
Syntax
class FUIFrameworkModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| UUIFrameworkWidget * | AuthorityAttachWidget
(
FUIFrameworkParentWidget Parent, |
Set the new widget parent. | |
| bool | AuthorityCanWidgetBeAttached
(
FUIFrameworkParentWidget Parent, |
||
| void | Will remove the widget from the tree and the replication owner. | ||
| TSubclassOf< UUIFrameworkPresenter > | |||
| void | SetPresenterClass
(
TSubclassOf< UUIFrameworkPresenter > Director |