EARFaceComponentTransformMixing

Choose your operating system:

Windows

macOS

Linux

References

Module

AppleARKitFaceSupport

Header

/Engine/Plugins/Runtime/AR/AppleAR/AppleARKitFaceSupport/Source/AppleARKitFaceSupport/Public/AppleARKitFaceMeshComponent.h

Include

#include "AppleARKitFaceMeshComponent.h"

Syntax

enum EARFaceComponentTransformMixing
{
    ComponentOnly,
    ComponentLocationTrackedRotation,
    ComponentWithTracked,
    TrackingOnly,
}

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