unreal.HorizontalAlignment

class unreal.HorizontalAlignment

Bases: unreal.EnumBase

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

C++ Source:

  • Module: SlateCore

  • File: SlateEnums.h

H_ALIGN_CENTER

Center-align.

Type

2

H_ALIGN_FILL

Fill the entire width.

Type

0

H_ALIGN_LEFT

Left-align.

Type

1

H_ALIGN_RIGHT

Right-align.

Type

3