unreal.Orientation

class unreal.Orientation

Bases: EnumBase

Enumerates widget orientations.

C++ Source:

  • Module: SlateCore

  • File: SlateEnums.h

ORIENT_HORIZONTAL: Orientation

Orient horizontally, i.e. left to right.

Type:

0

ORIENT_VERTICAL: Orientation

Orient vertically, i.e. top to bottom.

Type:

1