unreal.UIFrameworkWidget

class unreal.UIFrameworkWidget(outer: Object | None = None, name: Name | str = 'None')

Bases: MVVMViewModelBase

UIFramework Widget

C++ Source:

  • Plugin: UIFramework

  • Module: UIFramework

  • File: UIFWidget.h

Editor Properties: (see get_editor_property/set_editor_property)

  • is_enabled (bool): [Read-Write]

  • visibility (SlateVisibility): [Read-Write]

  • widget_class (Class): [Read-Write]

property is_enabled: bool

[Read-Write]

Type:

(bool)

property visibility: SlateVisibility

[Read-Write]

Type:

(SlateVisibility)

property widget_class: Class

[Read-Only]

Type:

(Class)