unreal.UIFrameworkSimpleSlot

class unreal.UIFrameworkSimpleSlot(widget: UIFrameworkWidget = Ellipsis, padding: Margin = Ellipsis, horizontal_alignment: HorizontalAlignment = Ellipsis, vertical_alignment: VerticalAlignment = Ellipsis)

Bases: UIFrameworkSlotBase

UIFramework Simple Slot

C++ Source:

  • Plugin: UIFramework

  • Module: UIFramework

  • File: UIFSlotBase.h

Editor Properties: (see get_editor_property/set_editor_property)

  • horizontal_alignment (HorizontalAlignment): [Read-Write]

  • padding (Margin): [Read-Write]

  • vertical_alignment (VerticalAlignment): [Read-Write]

  • widget (UIFrameworkWidget): [Read-Write]

property horizontal_alignment: HorizontalAlignment

[Read-Write]

Type:

(HorizontalAlignment)

property padding: Margin

[Read-Write]

Type:

(Margin)

property vertical_alignment: VerticalAlignment

[Read-Write]

Type:

(VerticalAlignment)