unreal.UMGWidgetTreeInfo

class unreal.UMGWidgetTreeInfo(info: UMGWidgetBlueprintInfo = Ellipsis, widgets: None = [])

Bases: StructBase

Combined result from GetWidgets: blueprint info + full widget tree.

C++ Source:

  • Plugin: UMGToolSet

  • Module: UMGToolSet

  • File: UMGToolSet.h

Editor Properties: (see get_editor_property/set_editor_property)

  • info (UMGWidgetBlueprintInfo): [Read-Write] Blueprint-level info: parent class, root widget class, counts.

  • widgets (Array[UMGWidgetInfo]): [Read-Write] All widgets in depth-first order. Parent pointer indicates hierarchy.

property info: UMGWidgetBlueprintInfo

parent class, root widget class, counts.

Type:

(UMGWidgetBlueprintInfo)

Type:

[Read-Only] Blueprint-level info

property widgets: None

[Read-Only] All widgets in depth-first order. Parent pointer indicates hierarchy.

Type:

(Array[UMGWidgetInfo])