Navigation
API > API/Runtime > API/Runtime/SlateCore
Enumerates widget orientations.
| Name | EOrientation |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h |
| Include Path | #include "Types/SlateEnums.h" |
Syntax
enum EOrientation
{
Orient_Horizontal,
Orient_Vertical,
}
Values
| Name | Remarks |
|---|---|
| Orient_Horizontal | Orient horizontally, i.e. left to right. |
| Orient_Vertical | Orient vertically, i.e. top to bottom. |