Reparent Widget
Move a widget to a different parent panel and VERIFY the new parent afterwards. Refuses to move a widget inside itself, and refuses a panel that cannot take another child, naming which it is.
hf_reparent_widgetWriteArguments
| Name | Type | Description |
|---|---|---|
namereq | string | Name of the widget to move. |
new_parentreq | string | Name of the panel widget to move it into. |
widget_blueprintreq | string | WidgetBlueprint asset path. |
force | boolean = false | Edit even when the asset cannot currently be saved - for example when revision control is configured but disconnected. The change will be made in memory and WILL BE LOST unless the underlying problem is fixed before saving. Only pass this if you intend to discard the work or fix the connection first. |
Related tools
Nearby in UMG and UI: