unreal.FaceComponentDebugMode

class unreal.FaceComponentDebugMode

Bases: unreal.EnumBase

EFace Component Debug Mode

C++ Source:

  • Module: AugmentedReality

  • File: ARComponent.h

NONE

The debug mode is disabled

Type

0

SHOW_EYE_VECTORS

Display vectors for both eyes

Type

1

SHOW_FACE_MESH

Display the face mesh in wireframe

Type

2