Navigation
API > API/Editor > API/Editor/UMGEditor > API/Editor/UMGEditor/FWidgetBlueprintOperationUtils
Description
Removes a widget instance that was freshly added to the tree. Use RemoveWidget for any delete operations after a widget has been added. RemoveTransientWidgetFromTree assumes the widget has no references. RemoveWidget is a complete version that cleans all references.
| Name | RemoveTransientWidgetFromTree |
| Type | function |
| Header File | /Engine/Source/Editor/UMGEditor/Public/WidgetBlueprintOperationUtils.h |
| Include Path | #include "WidgetBlueprintOperationUtils.h" |
| Source | /Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintOperationUtils.cpp |
static void RemoveTransientWidgetFromTree
(
UWidgetBlueprint * WidgetBlueprint,
UWidget * Widget
)