EOrientation

Enumerates widget orientations.

Choose your operating system:

Windows

macOS

Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h

Include

#include "Types/SlateEnums.h"

Syntax

enum EOrientation
{
    Orient_Horizontal,
    Orient_Vertical,
}

Values

Name

Description

Orient_Horizontal

Orient horizontally, i.e. left to right.

Orient_Vertical

Orient vertically, i.e. top to bottom.

Remarks

Enumerates widget orientations.