Navigation
API > API/Plugins > API/Plugins/GoogleARCoreBase
References
| Module | GoogleARCoreBase |
| Header | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreTypes.h |
| Include | #include "GoogleARCoreTypes.h" |
Syntax
enum EGoogleARCoreCameraFPS
&123;
FPS_Any = 0,
FPS_30 = 1 << 0,
FPS_60 = 1 << 1,
&125;
Values
| Name | Description |
|---|---|
| FPS_Any | Targeting any FPS. |
| FPS_30 | Targeting 30 FPS. |
| FPS_60 | Targeting 60 FPS. |
Remarks
Describes the target FPS of the ARCore camera.