unreal.GoogleARCoreAvailability

class unreal.GoogleARCoreAvailability

Bases: unreal.EnumBase

GoogleARCoreBase Google ARCore Base The base module for Google ARCore plugin:

C++ Source:

  • Plugin: GoogleARCore

  • Module: GoogleARCoreBase

  • File: GoogleARCoreTypes.h

SUPPORTED_APK_TOO_OLD
  • The device and Android version are supported, and a version of the

  • ARCore APK is installed, but that ARCore APK version is too old.

Type

202

SUPPORTED_INSTALLED

ARCore is supported, installed, and available to use.

Type

203

SUPPORTED_NOT_INSTALLED

The device and Android version are supported, but the ARCore APK is not installed.

Type

201

UNKNOWN_CHECKING

ARCore is not installed, and a query has been issued to check if ARCore is is supported.

Type

1

UNKNOWN_ERROR

An internal error occurred while determining ARCore availability.

Type

0

UNKNOWN_TIMED_OUT
  • ARCore is not installed, and the query to check if ARCore is supported

  • timed out. This may be due to the device being offline.

Type

2

UNSUPPORTED_DEVICE_NOT_CAPABLE

ARCore is not supported on this device.

Type

100