unreal.VerticalAlignment

class unreal.VerticalAlignment

Bases: EnumBase

Enumerates vertical alignment options, i.e. for widget slots.

C++ Source:

  • Module: SlateCore

  • File: SlateEnums.h

V_ALIGN_BOTTOM: VerticalAlignment = Ellipsis

Bottom-align.

Type:

3

V_ALIGN_CENTER: VerticalAlignment = Ellipsis

Center-align.

Type:

2

V_ALIGN_FILL: VerticalAlignment = Ellipsis

Fill the entire height.

Type:

0

V_ALIGN_TOP: VerticalAlignment = Ellipsis

Top-align.

Type:

1