Navigation
API > API/Plugins > API/Plugins/MetaHumanCoreTechLib > API/Plugins/MetaHumanCoreTechLib/FMetaHumanCharacterIdentity
Description
Copy joint bind poses from body to the face dna. Optionally update descendent joints, default behaviour is for descendent joints to not move in world space.
| Name | CopyBodyJointsToFace |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCoreTechLib/Public/MetaHumanCharacterIdentity.h |
| Include Path | #include "MetaHumanCharacterIdentity.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCoreTechLib/Private/MetaHumanCharacterIdentity.cpp |
TSharedPtr < class IDNAReader > CopyBodyJointsToFace
(
dna::Reader * InBodyDnaReader,
dna::Reader * InFaceDnaReader,
bool bUpdateDescendentJoints
) const