unreal.GoogleARCoreInstallRequestResult

class unreal.GoogleARCoreInstallRequestResult

Bases: EnumBase

EGoogle ARCore Install Request Result

C++ Source:

  • Plugin: GoogleARCore

  • Module: GoogleARCoreBase

  • File: GoogleARCoreTypes.h

DEVICE_NOT_COMPATIBLE: GoogleARCoreInstallRequestResult

ARCore APK install request failed because the device is not compatible.

Type:

1

FATAL_ERROR: GoogleARCoreInstallRequestResult

ARCore APK install request failed because unknown error happens while checking or requesting installation.

Type:

3

INSTALLED: GoogleARCoreInstallRequestResult

The ARCore APK is installed

Type:

0

USER_DECLINED_INSTALLATION: GoogleARCoreInstallRequestResult

ARCore APK install request failed because the current version of android is too old to support ARCore.

Type:

2