Navigation
API > API/Plugins > API/Plugins/GoogleARCoreBase
References
| Module | GoogleARCoreBase |
| Header | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreAugmentedFace.h |
| Include | #include "GoogleARCoreAugmentedFace.h" |
Syntax
enum EGoogleARCoreAugmentedFaceRegion
&123;
NoseTip = 0,
ForeheadLeft = 1,
ForeheadRight = 2,
&125;
Values
| Name | Description |
|---|---|
| NoseTip | A region around the nose of the AugmentedFace. |
| ForeheadLeft | A region around the left forehead of the AugmentedFace. |
| ForeheadRight | A region around the right forehead of the AugmentedFace. |
Remarks
Describes the face regions for which the pose can be queried. Left and right are defined relative to the actor (the person that the mesh belongs to).