Navigation
API > API/Plugins > API/Plugins/MeshTrackerInterface
| Name | IFaceTrackerPostProcessingFilter |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MeshTrackerInterface/Public/MetaHumanFaceTrackerInterface.h |
| Include Path | #include "MetaHumanFaceTrackerInterface.h" |
Syntax
class IFaceTrackerPostProcessingFilter
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IFaceTrackerPostProcessingFilter() |
MetaHumanFaceTrackerInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Init
(
const FString& InTemplateDescriptionJson, |
Initialize face tracking post processing filter 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 | |
bool OfflineFilter
(
int32 InFrameNumberFirst, |
Perform offline filtering | MetaHumanFaceTrackerInterface.h |