unreal.UIFrameworkStackBoxSlot

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

Bases: UIFrameworkSlotBase

UIFramework Stack Box Slot

C++ Source:

  • Plugin: UIFramework

  • Module: UIFramework

  • File: UIFStackBox.h

Editor Properties: (see get_editor_property/set_editor_property)

  • horizontal_alignment (HorizontalAlignment): [Read-Write] Horizontal alignment of the widget inside the slot.

  • padding (Margin): [Read-Write] Distance between that surrounds the widget inside the slot.

  • size (SlateChildSize): [Read-Write] How much space this slot should occupy in the direction of the panel.

  • vertical_alignment (VerticalAlignment): [Read-Write] Vertical alignment of the widget inside the slot.

  • widget (UIFrameworkWidget): [Read-Write]

property horizontal_alignment: HorizontalAlignment

[Read-Write] Horizontal alignment of the widget inside the slot.

Type:

(HorizontalAlignment)

property padding: Margin

[Read-Write] Distance between that surrounds the widget inside the slot.

Type:

(Margin)

property size: SlateChildSize

[Read-Write] How much space this slot should occupy in the direction of the panel.

Type:

(SlateChildSize)

property vertical_alignment: VerticalAlignment

[Read-Write] Vertical alignment of the widget inside the slot.

Type:

(VerticalAlignment)