unreal.UMGWidgetTreeInfo¶
- class unreal.UMGWidgetTreeInfo(info: UMGWidgetBlueprintInfo = Ellipsis, widgets: None = [])¶
Bases:
StructBaseCombined 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:
- Type:
[Read-Only] Blueprint-level info