EARPinCloudMode

This is an enum that can be set in a [FGoogleARCoreServicesConfig](API\Plugins\GoogleARCoreServices\FGoogleARCoreServicesConfig) to enable/disable cloud ARPin.

Windows
MacOS
Linux

References

Module

GoogleARCoreServices

Header

/Engine/Plugins/Runtime/AR/Google/GoogleARCoreServices/Source/GoogleARCoreServices/Public/GoogleARCoreServicesTypes.h

Include

#include "GoogleARCoreServicesTypes.h"

Syntax

enum EARPinCloudMode
{
    Disabled    = 0,
    Enabled     = 1,
}

Values

Name

Description

Disabled

Enabled

Remarks

This is an enum that can be set in a FGoogleARCoreServicesConfig to enable/disable cloud ARPin. When EARPinCloudMode is Enabled, ARCoreServices will provides functionalities of hosting and resolving cloud ARPins, with the overhead of maintaining the rolling buffer of feature/IMU measurements, and the requirements of INTERNET permissions.

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