EGoogleARCoreInstallRequestResult

Windows
MacOS
Linux

References

Module

GoogleARCoreBase

Header

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreTypes.h

Include

#include "GoogleARCoreTypes.h"

Syntax

enum EGoogleARCoreInstallRequestResult
{
    Installed,
    DeviceNotCompatible,
    UserDeclinedInstallation,
    FatalError,
}

Values

Name

Description

Installed

The ARCore APK is installed

DeviceNotCompatible

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

UserDeclinedInstallation

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

FatalError

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss