Navigation
API > API/Plugins > API/Plugins/UIFramework > API/Plugins/UIFramework/FUIFrameworkWidgetTree
Description
Remove the widget and all of its children and grand-children from the tree. It will clean all the parent relationship from the tree.
| Name | AuthorityRemoveWidgetAndChildren |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UIFramework/Source/Public/Types/UIFWidgetTree.h |
| Include Path | #include "Types/UIFWidgetTree.h" |
| Source | /Engine/Plugins/Experimental/UIFramework/Source/Private/Types/UIFWidgetTree.cpp |
void AuthorityRemoveWidgetAndChildren
(
UUIFrameworkWidget * Widget
)