Navigation
API > API/Plugins > API/Plugins/UIFramework > API/Plugins/UIFramework/FUIFrameworkModule
Description
Set the new widget parent. It will attach the widget to the correct ReplicationOwner and add it to the WidgetTree. If the ReplicationOwner cannot be changed, a duplicate of the widget will be created and the AuthorityOnReattachWidgets will be broadcast. This function is recursive if the owner changed.
| Name | AuthorityAttachWidget |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UIFramework/Source/Public/UIFModule.h |
| Include Path | #include "UIFModule.h" |
| Source | /Engine/Plugins/Experimental/UIFramework/Source/Private/UIFModule.cpp |
static UUIFrameworkWidget * AuthorityAttachWidget
(
FUIFrameworkParentWidget Parent,
UUIFrameworkWidget * Child
)