EScreenOrientation
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum EScreenOrientation
Inheritance Object → ValueType → Enum → EScreenOrientation
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | |
| Portrait | 1 | |
| PortraitUpsideDown | 2 | |
| LandscapeLeft | 3 | |
| LandscapeRight | 4 | |
| FaceUp | 5 | |
| FaceDown | 6 | |
| EScreenOrientation_MAX | 7 |