unreal.UIFrameworkButton

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

Bases: UIFrameworkWidget

UIFramework Button

C++ Source:

  • Plugin: UIFramework

  • Module: UIFramework

  • File: UIFButton.h

Editor Properties: (see get_editor_property/set_editor_property)

  • is_enabled (bool): [Read-Write]

  • visibility (SlateVisibility): [Read-Write]

  • widget_class (Class): [Read-Write]

get_content() UIFrameworkSimpleSlot

Get Content

Return type:

UIFrameworkSimpleSlot

set_content(content) None

Set Content

Parameters:

content (UIFrameworkSimpleSlot) –