unreal.ARServiceAvailability

class unreal.ARServiceAvailability

Bases: EnumBase

EARService Availability

C++ Source:

  • Module: AugmentedReality

  • File: ARDependencyHandler.h

SUPPORTED_INSTALLED: ARServiceAvailability

AR service is supported and installed

Type:

6

SUPPORTED_NOT_INSTALLED: ARServiceAvailability

AR service is not installed

Type:

4

SUPPORTED_VERSION_TOO_OLD: ARServiceAvailability

AR service is installed but the version is too old

Type:

5

UNKNOWN_CHECKING: ARServiceAvailability

Availability is being checked

Type:

1

UNKNOWN_ERROR: ARServiceAvailability

Availability is unknown due to an error during checking

Type:

0

UNKNOWN_TIMED_OUT: ARServiceAvailability

Availability is unknown due to timeout during checking

Type:

2

UNSUPPORTED_DEVICE_NOT_CAPABLE: ARServiceAvailability

The device is not capable of running the AR service

Type:

3