unreal.ARServiceAvailability

class unreal.ARServiceAvailability

Bases: unreal.EnumBase

EARService Availability

C++ Source:

  • Module: AugmentedReality

  • File: ARDependencyHandler.h

SUPPORTED_INSTALLED

AR service is supported and installed

Type

6

SUPPORTED_NOT_INSTALLED

AR service is not installed

Type

4

SUPPORTED_VERSION_TOO_OLD

AR service is installed but the version is too old

Type

5

UNKNOWN_CHECKING

Availability is being checked

Type

1

UNKNOWN_ERROR

Availability is unknown due to an error during checking

Type

0

UNKNOWN_TIMED_OUT

Availability is unknown due to timeout during checking

Type

2

UNSUPPORTED_DEVICE_NOT_CAPABLE

The device is not capable of running the AR service

Type

3