Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/AR/AppleAR/AppleARKitFaceSupport/Source/AppleARKitFaceSupport/Public/AppleARKitFaceMeshComponent.h |
Include |
#include "AppleARKitFaceMeshComponent.h" |
enum EARFaceComponentTransformMixing
{
ComponentOnly,
ComponentLocationTrackedRotation,
ComponentWithTracked,
TrackingOnly,
}
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 |