EARServiceInstallRequestResult

Windows
MacOS
Linux

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss