Navigation
API > API/Runtime > API/Runtime/AugmentedReality
References
| |
|
| Module |
AugmentedReality |
| Header |
/Engine/Source/Runtime/AugmentedReality/Public/ARDependencyHandler.h |
| Include |
#include "ARDependencyHandler.h" |
Syntax
enum EARServiceAvailability
{
UnknownError,
UnknownChecking,
UnknownTimedOut,
UnsupportedDeviceNotCapable,
SupportedNotInstalled,
SupportedVersionTooOld,
SupportedInstalled,
}
Values
| Name |
Description |
| 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 |