Navigation
Unreal Engine C++ API Reference > Plugins > GoogleARCoreServices
References
Module | GoogleARCoreServices |
Header | /Engine/Plugins/Runtime/AR/Google/GoogleARCoreServices/Source/GoogleARCoreServices/Public/GoogleARCoreServicesTypes.h |
Include | #include "GoogleARCoreServicesTypes.h" |
Syntax
enum EARPinCloudMode
&123;
Disabled = 0,
Enabled = 1,
&125;
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.