Navigation
API > API/Editor > API/Editor/UMGEditor > API/Editor/UMGEditor/FWidgetBlueprintOperationUtils
Description
Removes a widget and all of its children from the blueprint's widget tree. Returns true if the widget was found and removed.
| Name | RemoveWidget |
| 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 bool RemoveWidget
(
UWidgetBlueprint * WidgetBlueprint,
UWidget * Widget,
FText & OutErrorMessage
)