|
| enum class | EBuildConfiguration : uint8 {
Unknown
, Debug
, DebugGame
, Development
,
Shipping
, Test
} |
| |
| enum class | ECrashHandlingType : uint8 { Default
, Disabled
} |
| |
| enum class | EBuildTargetType : uint8 {
Unknown
, Game
, Server
, Client
,
Editor
, Program
} |
| |
| enum class | EConvertibleLaptopMode { NotSupported
, Laptop
, Tablet
} |
| |
| enum class | EDeviceScreenOrientation : uint8 {
Unknown
, Portrait
, PortraitUpsideDown
, LandscapeLeft
,
LandscapeRight
, FaceUp
, FaceDown
, PortraitSensor
,
LandscapeSensor
, FullSensor
} |
| |
| enum | EErrorReportMode::Type { EErrorReportMode::Interactive
, EErrorReportMode::Unattended
, EErrorReportMode::Balloon
} |
| |
| enum class | EAppMsgCategory : uint8 { Warning
, Error
, Success
, Info
} |
| |
| enum | EAppMsgType::Type {
EAppMsgType::Ok
, EAppMsgType::YesNo
, EAppMsgType::OkCancel
, EAppMsgType::YesNoCancel
,
EAppMsgType::CancelRetryContinue
, EAppMsgType::YesNoYesAllNoAll
, EAppMsgType::YesNoYesAllNoAllCancel
, EAppMsgType::YesNoYesAll
} |
| |
| enum | EAppReturnType::Type {
EAppReturnType::No
, EAppReturnType::Yes
, EAppReturnType::YesAll
, EAppReturnType::NoAll
,
EAppReturnType::Cancel
, EAppReturnType::Ok
, EAppReturnType::Retry
, EAppReturnType::Continue
} |
| |
| enum class | EMobileHapticsType : uint8 {
FeedbackSuccess
, FeedbackWarning
, FeedbackError
, SelectionChanged
,
ImpactLight
, ImpactMedium
, ImpactHeavy
} |
| |
| enum class | ENetworkConnectionStatus : uint8 { Unknown = 0
, Disabled
, Local
, Connected
} |
| |
| enum class | ENetworkConnectionType : uint8 {
Unknown
, None
, AirplaneMode
, Cell
,
WiFi
, WiMAX
, Bluetooth
, Ethernet
} |
| |
| enum class | EProcessDiagnosticFlags : uint32 { None = 0
, MemorySanitizer = 1 << 0
, AnsiMalloc = 1 << 1
, StompMalloc = 1 << 2
} |
| |
| enum class | EPageFaultFlags : uint8 { SoftPageFaults = 0x01
, HardPageFaults = 0x02
, TotalPageFaults = 0x04
, All = 0xFF
} |
| |
| enum class | EInputOutputFlags : uint8 {
BlockingInput = 0x01
, BlockingOutput = 0x02
, BlockingOther = 0x04
, InputBytes = 0x08
,
OutputBytes = 0x10
, OtherBytes = 0x20
, All = 0xFF
} |
| |
| enum class | EDisplayOutputFormat {
SDR_sRGB = 0
, SDR_Rec709 = 1
, SDR_ExplicitGammaMapping = 2
, HDR_ACES_1000nit_ST2084 = 3
,
HDR_ACES_2000nit_ST2084 = 4
, HDR_ACES_1000nit_ScRGB = 5
, HDR_ACES_2000nit_ScRGB = 6
, HDR_LinearEXR = 7
,
HDR_LinearNoToneCurve = 8
, HDR_LinearWithToneCurve = 9
, MAX
} |
| |
| enum class | EDisplayColorGamut {
sRGB_D65 = 0
, DCIP3_D65 = 1
, Rec2020_D65 = 2
, ACES_D60 = 3
,
ACEScg_D60 = 4
, MAX
} |
| |
| enum class | EContextSwitchFlags : uint8 { VoluntaryContextSwitches = 0x01
, InvoluntaryContextSwitches = 0x02
, TotalContextSwitches = 0x04
, All = 0xFF
} |
| |