unreal.ARCoreFaceComponentTransformMixing

class unreal.ARCoreFaceComponentTransformMixing

Bases: EnumBase

EARCore Face Component Transform Mixing

C++ Source:

  • Plugin: GoogleARCore

  • Module: GoogleARCoreBase

  • File: GoogleARCoreFaceMeshComponent.h

COMPONENT_LOCATION_TRACKED_ROTATION: ARCoreFaceComponentTransformMixing

Use the component’s location and apply the rotation from the tracked mesh

Type:

1

COMPONENT_ONLY: ARCoreFaceComponentTransformMixing

Uses the component’s transform exclusively. Only setting for non-tracked meshes

Type:

0

TRACKING_ONLY: ARCoreFaceComponentTransformMixing

Use only the tracked face transform

Type:

2