Navigation
API > API/Plugins > API/Plugins/MetaHumanIdentity > API/Plugins/MetaHumanIdentity/UMetaHumanIdentityFace
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CheckRigCompatible () |
Returns true if the face rig component is compatible with the Face archetype, false otherwise | MetaHumanIdentityParts.h | |
bool CheckRigCompatible
(
FString& OutCompatibilityMsg |
Returns true if the face rig component is compatible with the Face archetype, false otherwise. | MetaHumanIdentityParts.h |
CheckRigCompatible()
Description
Returns true if the face rig component is compatible with the Face archetype, false otherwise
| Name | CheckRigCompatible |
| 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 CheckRigCompatible() const
CheckRigCompatible(FString &)
Description
Returns true if the face rig component is compatible with the Face archetype, false otherwise. It also outputs message listing differences between DNAs
| Name | CheckRigCompatible |
| 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 CheckRigCompatible
(
FString & OutCompatibilityMsg
) const