UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EAndroidScreenOrientation Namespace Reference

Enumerations

enum  Type : int {
  Portrait , ReversePortrait , SensorPortrait , Landscape ,
  ReverseLandscape , SensorLandscape , Sensor , FullSensor
}
 

Enumeration Type Documentation

◆ Type

Enumerator
Portrait 

Portrait orientation (the display is taller than it is wide).

ReversePortrait 

Portrait orientation rotated 180 degrees.

SensorPortrait 

Use either portrait or reverse portrait orientation, where supported by the device, based on the device orientation sensor.

Landscape 

Landscape orientation (the display is wider than it is tall).

ReverseLandscape 

Landscape orientation rotated 180 degrees.

SensorLandscape 

Use either landscape or reverse landscape orientation, based on the device orientation sensor.

Sensor 

Use any orientation the device normally supports, based on the device orientation sensor.

FullSensor 

Use any orientation (including ones the device wouldn't choose in Sensor mode), based on the device orientation sensor.