EOrientation

Enumerates widget orientations.

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss