Navigation
API > API/Plugins > API/Plugins/AppleARKitFaceSupport
References
| Module | AppleARKitFaceSupport |
| Header | /Engine/Plugins/Runtime/AR/AppleAR/AppleARKitFaceSupport/Source/AppleARKitFaceSupport/Public/AppleARKitFaceMeshComponent.h |
| Include | #include "AppleARKitFaceMeshComponent.h" |
Syntax
enum EARFaceComponentTransformMixing
&123;
ComponentOnly,
ComponentLocationTrackedRotation,
ComponentWithTracked,
TrackingOnly,
&125;
Values
| Name | Description |
|---|---|
| ComponentOnly | Uses the component's transform exclusively. Only setting for non-tracked meshes |
| ComponentLocationTrackedRotation | Use the component's location and apply the rotation from the tracked mesh |
| ComponentWithTracked | Concatenate the component and the tracked face transforms |
| TrackingOnly | Use only the tracked face transform |