EGoogleARCoreCameraDepthSensorUsage

Describes the usage of the depth sensor of the ARCore camera.

Windows
MacOS
Linux

References

Module

GoogleARCoreBase

Header

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreTypes.h

Include

#include "GoogleARCoreTypes.h"

Syntax

enum EGoogleARCoreCameraDepthSensorUsage
{
    DepthSensor_Any              = 0,
    DepthSensor_RequireAndUse    = 1 << 0,
    DepthSensor_DoNotUse         = 1 << 1,
}

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss