Go to the source code of this file.
|
| enum class | EARServiceAvailability : uint8 {
UnknownError
, UnknownChecking
, UnknownTimedOut
, UnsupportedDeviceNotCapable
,
SupportedNotInstalled
, SupportedVersionTooOld
, SupportedInstalled
} |
| |
| enum class | EARServiceInstallRequestResult : uint8 { Installed
, DeviceNotCompatible
, UserDeclinedInstallation
, FatalError
} |
| |
| enum class | EARServicePermissionRequestResult : uint8 { Granted
, Denied
} |
| |
◆ UE_API
◆ EARServiceAvailability
| Enumerator |
|---|
| UnknownError | Availability is unknown due to an error during checking
|
| UnknownChecking | Availability is being checked
|
| UnknownTimedOut | Availability is unknown due to timeout during checking
|
| UnsupportedDeviceNotCapable | The device is not capable of running the AR service
|
| SupportedNotInstalled | AR service is not installed
|
| SupportedVersionTooOld | AR service is installed but the version is too old
|
| SupportedInstalled | AR service is supported and installed
|
◆ EARServiceInstallRequestResult
| Enumerator |
|---|
| Installed | AR service is installed
|
| DeviceNotCompatible | The device is not capable of running the AR service
|
| UserDeclinedInstallation | The user declined the request to install the AR service
|
| FatalError | Other error while installing the AR service
|
◆ EARServicePermissionRequestResult
| Enumerator |
|---|
| Granted | The permission is granted by the user
|
| Denied | The permission is denied by the user
|