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 EGoogleARCoreAugmentedFaceMode
&123;
Disabled = 0,
PoseAndMesh = 2,
&125;
Values
Name | Description |
---|---|
Disabled | A mode where AugmentedFace detection is disabled. |
PoseAndMesh | A mode where AugmentedFace detection performs face pose, region pose and face mesh estimation. |
Remarks
Describes the possible modes for Augmented Face detection.