unreal.VerticalAlignment
¶
- class unreal.VerticalAlignment¶
Bases:
unreal.EnumBase
Enumerates vertical alignment options, i.e. for widget slots.
C++ Source:
Module: SlateCore
File: SlateEnums.h
- V_ALIGN_BOTTOM¶
Bottom-align.
- Type
3
- V_ALIGN_CENTER¶
Center-align.
- Type
2
- V_ALIGN_FILL¶
Fill the entire height.
- Type
0
- V_ALIGN_TOP¶
Top-align.
- Type
1