Navigation
API > API/Plugins > API/Plugins/MeshTrackerInterface
| Name | IMetaHumanFaceTrackerInterface |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MeshTrackerInterface/Public/MetaHumanFaceTrackerInterface.h |
| Include Path | #include "MetaHumanFaceTrackerInterface.h" |
Syntax
class IMetaHumanFaceTrackerInterface
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IMetaHumanFaceTrackerInterface() |
MetaHumanFaceTrackerInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AddBrowMeshLandmarks
(
const FString& InBrowMeshJson |
MetaHumanFaceTrackerInterface.h | ||
| MetaHumanFaceTrackerInterface.h | |||
bool EstimateScale
(
int32_t InFrameNumber, |
MetaHumanFaceTrackerInterface.h | ||
bool GetGlobalTeethPredictiveSolver
(
TArray< uint8 >& OutMemoryBufferGlobalTeethPredictiveSolver |
MetaHumanFaceTrackerInterface.h | ||
bool GetPredictiveSolvers
(
TArray< uint8 >& OutMemoryBufferPredictiveSolvers |
MetaHumanFaceTrackerInterface.h | ||
bool GetTrackingState
(
int32 InFrameNumber, |
MetaHumanFaceTrackerInterface.h | ||
| MetaHumanFaceTrackerInterface.h | |||
| Load the DNA file. Returns: True if the DNA file could be loaded. | MetaHumanFaceTrackerInterface.h | ||
bool LoadDNA
(
UDNAAsset* InDNAAsset |
Load the DNA from a UDNAAsset. | MetaHumanFaceTrackerInterface.h | |
| MetaHumanFaceTrackerInterface.h | |||
bool ResetTrack
(
int32 InFrameStart, |
Reset and set up a new track. | MetaHumanFaceTrackerInterface.h | |
| Specify the ranges for each camera. | MetaHumanFaceTrackerInterface.h | ||
bool SetCameras
(
const TArray< struct FCameraCalibration >& InCalibration |
Set up the cameras for tracking. Returns: True if successful, False upon any error. | MetaHumanFaceTrackerInterface.h | |
bool SetGlobalTeethPredictiveSolver
(
const TArray< uint8 >& InMemoryBufferGlobalTeethPredictiveSolver |
MetaHumanFaceTrackerInterface.h | ||
| Set the current input data and performs stereo reconstruction. | MetaHumanFaceTrackerInterface.h | ||
bool SetPCARig
(
const TArray< uint8 >& InMemoryBuffer |
MetaHumanFaceTrackerInterface.h | ||
bool SetPredictiveSolvers
(
const TArray< uint8 >& InMemoryBufferPredictiveSolvers |
MetaHumanFaceTrackerInterface.h | ||
| Specify which cameras are used for stereo reconstruction. | MetaHumanFaceTrackerInterface.h | ||
| MetaHumanFaceTrackerInterface.h | |||
| MetaHumanFaceTrackerInterface.h |