unreal.UIFrameworkOverlaySlot
¶
- class unreal.UIFrameworkOverlaySlot(widget: UIFrameworkWidget = Ellipsis, padding: Margin = Ellipsis, horizontal_alignment: HorizontalAlignment = Ellipsis, vertical_alignment: VerticalAlignment = Ellipsis)¶
Bases:
UIFrameworkSlotBase
UIFramework Overlay Slot
C++ Source:
Plugin: UIFramework
Module: UIFramework
File: UIFOverlay.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.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:
- property padding: Margin¶
[Read-Write] Distance between that surrounds the widget inside the slot.
- Type:
(Margin)
- property vertical_alignment: VerticalAlignment¶
[Read-Write] Vertical alignment of the widget inside the slot.
- Type: