EARFaceTrackingUpdate

Options for the kind of data to update during Face Tracking. This feature is used by ARKit.

Windows
MacOS
Linux

References

Module

AugmentedReality

Header

/Engine/Source/Runtime/AugmentedReality/Public/ARSessionConfig.h

Include

#include "ARSessionConfig.h"

Syntax

enum EARFaceTrackingUpdate
{
    CurvesAndGeo,
    CurvesOnly,
}

Values

Name

Description

CurvesAndGeo

Both curves and geometry are updated. This is useful for mesh visualization.

CurvesOnly

Only the curve data is updated.

Remarks

Options for the kind of data to update during Face Tracking. This feature is used by ARKit.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss