List Widgets
The widget hierarchy, flattened, with BOTH object paths that matter: widget_object for the widget's own properties and slot_object for its layout. Position, size, anchors, alignment and Z order are on the SLOT, not the widget, which is why looking for them on the widget finds nothing.
hf_list_widgetsRead onlyArguments
| Name | Type | Description |
|---|---|---|
widget_blueprintreq | string | WidgetBlueprint asset path. |
class_contains | string | Case-insensitive filter on the widget class name. |
include_detached | boolean = false | Also list widgets in the asset that are not in the hierarchy. |
limit | integer = 150 | |
name_contains | string | Case-insensitive filter on the widget name or label. |
Related tools
Nearby in UMG and UI: