Skip to content
Jigwright
HullForge docs

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 only

Arguments

NameTypeDescription
widget_blueprintreqstringWidgetBlueprint asset path.
class_containsstringCase-insensitive filter on the widget class name.
include_detachedboolean
= false
Also list widgets in the asset that are not in the hierarchy.
limitinteger
= 150
name_containsstringCase-insensitive filter on the widget name or label.

Nearby in UMG and UI: