Navigation
API > API/Plugins > API/Plugins/MeshTrackerInterface > API/Plugins/MeshTrackerInterface/IMetaHumanFaceTrackerInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| 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 |
LoadDNA(const FString &)
Description
Load the DNA file. Returns: True if the DNA file could be loaded.
| 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
)
LoadDNA(class UDNAAsset *)
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
(
class UDNAAsset * InDNAAsset
)
True if the DNA could be loaded.