Skip to content
Jigwright
HullForge docs

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_widgetWrite

Arguments

NameTypeDescription
namereqstringName of the widget to move.
new_parentreqstringName of the panel widget to move it into.
widget_blueprintreqstringWidgetBlueprint asset path.
forceboolean
= 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.

Nearby in UMG and UI: