Navigation
API > API/Plugins > API/Plugins/MetaHumanIdentity > API/Plugins/MetaHumanIdentity/UMetaHumanIdentityFace
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CheckDNACompatible
(
IDNAReader* InDNAReader |
Returns true if provided DNA is compatible with the Face archetype, false otherwise | MetaHumanIdentityParts.h | |
bool CheckDNACompatible
(
IDNAReader* InDNAReader, |
Returns true if provided DNA is compatible with the Face archetype, false otherwise. | MetaHumanIdentityParts.h |
CheckDNACompatible(class IDNAReader *)
Description
Returns true if provided DNA is compatible with the Face archetype, false otherwise
| Name | CheckDNACompatible |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanIdentity/Public/MetaHumanIdentityParts.h |
| Include Path | #include "MetaHumanIdentityParts.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanIdentity/Private/MetaHumanIdentityParts.cpp |
bool CheckDNACompatible
(
class IDNAReader * InDNAReader
) const
CheckDNACompatible(class IDNAReader *, FString &)
Description
Returns true if provided DNA is compatible with the Face archetype, false otherwise. It also outputs message listing differences between DNAs
| Name | CheckDNACompatible |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanIdentity/Public/MetaHumanIdentityParts.h |
| Include Path | #include "MetaHumanIdentityParts.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanIdentity/Private/MetaHumanIdentityParts.cpp |
bool CheckDNACompatible
(
class IDNAReader * InDNAReader,
FString & OutCompatibilityMsg
) const