Navigation
API > API/Plugins > API/Plugins/MeshTrackerInterface
| Name | IFaceTrackerPostProcessingInterface |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MeshTrackerInterface/Public/MetaHumanFaceTrackerInterface.h |
| Include Path | #include "MetaHumanFaceTrackerInterface.h" |
Syntax
class IFaceTrackerPostProcessingInterface
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IFaceTrackerPostProcessingInterface() |
MetaHumanFaceTrackerInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Convert UI controls to raw controls | MetaHumanFaceTrackerInterface.h | ||
bool Init
(
const FString& InTemplateDescriptionJson, |
Initialize face tracking post processing class. | MetaHumanFaceTrackerInterface.h | |
bool LoadDNA
(
const FString& InDNAFile, |
Load the DNA file. | MetaHumanFaceTrackerInterface.h | |
bool LoadDNA
(
UDNAAsset* InDNAAsset, |
Load the DNA from a UDNAAsset. | MetaHumanFaceTrackerInterface.h | |
| Perform offline solve steps (Eye Gaze correction, Teeth fitting) and prepare for the frame by frame processing | MetaHumanFaceTrackerInterface.h | ||
| Perform the slow offline solve steps (final solve based upon the corrected eye gaze and teeth) | MetaHumanFaceTrackerInterface.h | ||
bool SaveDebuggingData
(
int32 InFrameNumberFirst, |
Save the current debugging state to the specified folder and filename | MetaHumanFaceTrackerInterface.h | |
bool SetCameras
(
const TArray< FCameraCalibration >& InCalibration, |
Set up the cameras for tracking. | MetaHumanFaceTrackerInterface.h | |
void SetDisableGlobalSolves
(
bool bInDisableGlobalEyeGazeAndTeethSolves |
Set whether to enable or disable the global teeth and eye gaze solves. | MetaHumanFaceTrackerInterface.h | |
bool SetGlobalTeethPredictiveSolver
(
const TArray< uint8 >& InMemoryBufferGlobalTeethSolver |
Set the global teeth predictive solver from a memory buffer (this allows the data to be set from within a UE asset) | MetaHumanFaceTrackerInterface.h |