Navigation
Unreal Engine C++ API Reference > Plugins > GoogleARCoreBase
References
Module | GoogleARCoreBase |
Header | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreTypes.h |
Include | #include "GoogleARCoreTypes.h" |
Syntax
enum EGoogleARCoreInstallStatus
&123;
Installed = 0,
Requrested = 1,
&125;
Values
Name | Description |
---|---|
Installed | The requested resource is already installed. |
Requrested | Installation of the resource was requested. The current activity will be paused. |