unreal.FaceComponentDebugMode¶
- class unreal.FaceComponentDebugMode¶
Bases:
EnumBaseEFace Component Debug Mode
C++ Source:
Module: AugmentedReality
File: ARComponent.h
- NONE: FaceComponentDebugMode = Ellipsis¶
The debug mode is disabled
- Type:
0
- SHOW_EYE_VECTORS: FaceComponentDebugMode = Ellipsis¶
Display vectors for both eyes
- Type:
1
- SHOW_FACE_MESH: FaceComponentDebugMode = Ellipsis¶
Display the face mesh in wireframe
- Type:
2