Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h |
Include |
#include "Types/SlateEnums.h" |
enum EOrientation
{
Orient_Horizontal,
Orient_Vertical,
}
Name |
Description |
---|---|
Orient_Horizontal |
Orient horizontally, i.e. left to right. |
Orient_Vertical |
Orient vertically, i.e. top to bottom. |
Enumerates widget orientations.