unreal.ARFaceTrackingUpdate

class unreal.ARFaceTrackingUpdate

Bases: unreal.EnumBase

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

C++ Source:

  • Module: AugmentedReality

  • File: ARSessionConfig.h

CURVES_AND_GEO

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

Type

0

CURVES_ONLY

Only the curve data is updated.

Type

1