Navigation
API > API/Plugins > API/Plugins/MeshTrackerInterface > API/Plugins/MeshTrackerInterface/IFaceTrackerPostProcessingInterf-
Description
Set whether to enable or disable the global teeth and eye gaze solves. Note by default global solves are enabled.
| Name | SetDisableGlobalSolves |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MeshTrackerInterface/Public/MetaHumanFaceTrackerInterface.h |
| Include Path | #include "MetaHumanFaceTrackerInterface.h" |
void SetDisableGlobalSolves
(
bool bInDisableGlobalEyeGazeAndTeethSolves
)
Parameters
| Name | Remarks |
|---|---|
| bInDisableGlobalEyeGazeAndTeethSolves | if set to true, disable the global eye gaze and teeth solves, otherwise apply these |