unreal.ARServiceInstallRequestResult

class unreal.ARServiceInstallRequestResult

Bases: unreal.EnumBase

EARService Install Request Result

C++ Source:

  • Module: AugmentedReality

  • File: ARDependencyHandler.h

DEVICE_NOT_COMPATIBLE

The device is not capable of running the AR service

Type

1

FATAL_ERROR

Other error while installing the AR service

Type

3

INSTALLED

AR service is installed

Type

0

USER_DECLINED_INSTALLATION

The user declined the request to install the AR service

Type

2