unreal.GoogleARCoreInstallRequestResult

class unreal.GoogleARCoreInstallRequestResult

Bases: unreal.EnumBase

EGoogle ARCore Install Request Result

C++ Source:

  • Plugin: GoogleARCore

  • Module: GoogleARCoreBase

  • File: GoogleARCoreTypes.h

DEVICE_NOT_COMPATIBLE

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

Type

1

FATAL_ERROR

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

Type

3

INSTALLED

The ARCore APK is installed

Type

0

USER_DECLINED_INSTALLATION

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

Type

2