Navigation
API > API/Plugins > API/Plugins/MetaHumanCoreTechLib > API/Plugins/MetaHumanCoreTechLib/FMetaHumanCharacterIdentity > API/Plugins/MetaHumanCoreTechLib/FMetaHumanCharacterIdentity/FState
Description
Fit the Character Identity to the supplied DNA, using the supplied options. Note that this leaves the Identity in a state where it needs autorigging. Returns true if successful, false otherwise (for example if the DNA selected is not appropriate)
| Name | FitToFaceDna |
| 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 |
bool FitToFaceDna
(
TSharedRef < class IDNAReader > InFaceDna,
const FFitToTargetOptions & InFitToTargetOptions
)