Navigation
API > API/Plugins > API/Plugins/MeshTrackerInterface > API/Plugins/MeshTrackerInterface/IFaceTrackerPostProcessingInterf-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Load the DNA file. | MetaHumanFaceTrackerInterface.h | ||
| Load the DNA from a UDNAAsset. | MetaHumanFaceTrackerInterface.h |
LoadDNA(const FString &, const FString &)
Description
Load the DNA file.
| Name | LoadDNA |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MeshTrackerInterface/Public/MetaHumanFaceTrackerInterface.h |
| Include Path | #include "MetaHumanFaceTrackerInterface.h" |
bool LoadDNA
(
const FString & InDNAFile,
const FString & InSolverDefinitionsJson
)
True if the DNA file could be loaded.
Parameters
| Name | Remarks |
|---|---|
| InDNAFile | the path to the DNA file |
| InSolverDefinitionsJson | the string containing the solver definitions as json; a different config will be used for the standard solve than for the hierarchical solve |
LoadDNA(UDNAAsset *, const FString &)
Description
Load the DNA from a UDNAAsset.
| Name | LoadDNA |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MeshTrackerInterface/Public/MetaHumanFaceTrackerInterface.h |
| Include Path | #include "MetaHumanFaceTrackerInterface.h" |
bool LoadDNA
(
UDNAAsset * InDNAAsset,
const FString & InSolverDefinitionsJson
)
True if the DNA could be loaded.
Parameters
| Name | Remarks |
|---|---|
| InDNAAsset | the DNA asset |
| InSolverDefinitionsJson | the string containing the solver definitions as json; a different config will be used for the standard solve than for the hierarchical solve |