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