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