unreal.ARServiceInstallRequestResult

class unreal.ARServiceInstallRequestResult

Bases: EnumBase

EARService Install Request Result

C++ Source:

  • Module: AugmentedReality

  • File: ARDependencyHandler.h

DEVICE_NOT_COMPATIBLE: ARServiceInstallRequestResult

The device is not capable of running the AR service

Type:

1

FATAL_ERROR: ARServiceInstallRequestResult

Other error while installing the AR service

Type:

3

INSTALLED: ARServiceInstallRequestResult

AR service is installed

Type:

0

USER_DECLINED_INSTALLATION: ARServiceInstallRequestResult

The user declined the request to install the AR service

Type:

2