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 EGoogleARCoreCameraDepthSensorUsage
&123;
DepthSensor_Any = 0,
DepthSensor_RequireAndUse = 1 << 0,
DepthSensor_DoNotUse = 1 << 1,
&125;
Values
| Name | Description |
|---|---|
| DepthSensor_Any | Do not specify the depth sensor usage. |
| DepthSensor_RequireAndUse | Require and use the depth sensor. |
| DepthSensor_DoNotUse | Do not use the depth sensor. |
Remarks
Describes the usage of the depth sensor of the ARCore camera.