Navigation
API > API/Runtime > API/Runtime/AugmentedReality
| Name | EARServiceInstallRequestResult |
| Type | enum |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARDependencyHandler.h |
| Include Path | #include "ARDependencyHandler.h" |
Syntax
enum EARServiceInstallRequestResult
{
Installed,
DeviceNotCompatible,
UserDeclinedInstallation,
FatalError,
}
Values
| Name | Remarks |
|---|---|
| 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 |