Navigation
API > API/Editor > API/Editor/UMGEditor > API/Editor/UMGEditor/FWidgetBlueprintOperationUtils
Description
Moves a widget to a new parent panel at the specified child index (-1 appends). Returns true on success.
| Name | MoveWidget |
| 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 MoveWidget
(
UWidgetBlueprint * WidgetBlueprint,
UWidget * Widget,
UPanelWidget * NewParent,
int32 ChildIndex,
FText & OutErrorMessage
)