UGoogleARCoreSessionFunctionLibrary::InstallARCoreService

A Latent Action to initiates installation of ARCore if required.

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

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="GoogleARCore|Availability",
          Meta=(Latent, LatentInfo="LatentInfo", WorldContext="WorldContextObject", Keywords="googlear arcore availability", DeprecatedFunction, DeprecationMessage="This function is deprecated, use InstallARService from UARDependencyHandler."))
static void InstallARCoreService
(
    UObject * WorldContextObject,
    struct FLatentActionInfo LatentInfo,
    EGoogleARCoreInstallRequestResult & OutInstallResult
)

Remarks

A Latent Action to initiates installation of ARCore if required. This function may cause your application be paused if installing ARCore is required.

Parameters

Parameter

Description

WorldContextObject

The world context.

LatentInfo

Unreal internal type required for all latent actions.

OutInstallResult

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