UGoogleARCoreSessionFunctionLibrary::GetARCoreAPKInstallResult

A polling function to check the ARCore install request result in C++.

Windows
MacOS
Linux

Deprecated

References

Module

GoogleARCoreBase

Header

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

Include

#include "GoogleARCoreFunctionLibrary.h"

Source

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Private/GoogleARCoreFunctionLibrary.cpp

Syntax

static EGoogleARCoreInstallRequestResult GetARCoreAPKInstallResult()

Remarks

A polling function to check the ARCore install request result in C++. After you call RequestInstallARCoreAPK() and it returns EGoogleARCoreInstallStatus::Requrested. You can call this function to check the install requst result.

Returns

The install request result as a EGoogleARCoreInstallRequestResult.

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