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 | ||
bool CreateFlattenedJsonStringWrapper
(
const FString& InSolverDefinitionsFile, |
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 | ||
bool Init
(
const FString& InTemplateDescriptionJson, |
MetaHumanFaceTrackerInterface.h | ||
bool LoadDNA
(
const FString& InDNAFile |
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 | |
bool SetCameraRanges
(
const TMap< FString, TPair< float, float > >& InCameraRanges |
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 | ||
bool SetStereoCameraPairs
(
const TArray< TPair< FString, FString > >& InStereoReconstructionPairs |
Specify which cameras are used for stereo reconstruction. | MetaHumanFaceTrackerInterface.h | |
bool Track
(
int32 InFrameNumber, |
MetaHumanFaceTrackerInterface.h | ||
| MetaHumanFaceTrackerInterface.h |