Navigation
API > API/Plugins > API/Plugins/MetaHumanIdentity > API/Plugins/MetaHumanIdentity/UMetaHumanIdentity
Description
Initialize the MetaHuman Identity from a DNA file. The MetaHuman Identity must already have a face for this to succeeded
| Name | ImportDNAFile |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanIdentity/Public/MetaHumanIdentity.h |
| Include Path | #include "MetaHumanIdentity.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanIdentity/Private/MetaHumanIdentity.cpp |
UFUNCTION (BlueprintCallable, Category="MetaHuman|MetaHuman Identity Creation")
EIdentityErrorCode ImportDNAFile
(
const FString & InDNAFilePath,
EDNADataLayer InDnaDataLayer,
const FString & InBrowsFilePath
)