EScreenOrientation::Type

The list of possible device/screen orientation for mobile devices

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintPlatformLibrary.h

Include

#include "Kismet/BlueprintPlatformLibrary.h"

Syntax

namespace EScreenOrientation
{
    enum Type
    {
        Unknown,
        Portrait,
        PortraitUpsideDown,
        LandscapeLeft,
        LandscapeRight,
        FaceUp,
        FaceDown,
    }
}

Values

Name

Description

Unknown

The orientation is not known

Portrait

The orientation is portrait with the home button at the bottom

PortraitUpsideDown

The orientation is portrait with the home button at the top

LandscapeLeft

The orientation is landscape with the home button at the right side

LandscapeRight

The orientation is landscape with the home button at the left side

FaceUp

The orientation is as if place on a desk with the screen upward

FaceDown

The orientation is as if place on a desk with the screen downward

Remarks

The list of possible device/screen orientation for mobile devices

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