unreal.Orientation
¶
- class unreal.Orientation¶
Bases:
unreal.EnumBase
Enumerates widget orientations.
C++ Source:
Module: SlateCore
File: SlateEnums.h
- ORIENT_HORIZONTAL¶
Orient horizontally, i.e. left to right.
- Type
0
- ORIENT_VERTICAL¶
Orient vertically, i.e. top to bottom.
- Type
1