Navigation
API > API/Plugins > API/Plugins/GoogleARCoreBase
| Name | EGoogleARCoreInstallStatus |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreTypes.h |
| Include Path | #include "GoogleARCoreTypes.h" |
Syntax
enum EGoogleARCoreInstallStatus
{
Installed = 0,
Requrested = 1,
}
Values
| Name | Remarks |
|---|---|
| Installed | The requested resource is already installed. |
| Requrested | Installation of the resource was requested. The current activity will be paused. |