Navigation
API > API/Runtime > API/Runtime/AugmentedReality
| Name | EFaceComponentDebugMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARComponent.h |
| Include Path | #include "ARComponent.h" |
Syntax
enum EFaceComponentDebugMode
{
None = 0,
ShowEyeVectors = 1,
ShowFaceMesh = 2,
}
Values
| Name | Remarks |
|---|---|
| None | The debug mode is disabled |
| ShowEyeVectors | Display vectors for both eyes |
| ShowFaceMesh | Display the face mesh in wireframe |