Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterEditor > API/Plugins/MetaHumanCharacterEditor/UMetaHumanCharacterEditorSubsyst-
Description
Returns combined face and body mesh for the given character.
The requirement is that the character has both face and body DNAs.
| Name | CreateCombinedFaceAndBodyMesh |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterEditor/Public/MetaHumanCharacterEditorSubsystem.h |
| Include Path | #include "MetaHumanCharacterEditorSubsystem.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterEditor/Private/MetaHumanCharacterEditorSubsystem.cpp |
USkeletalMesh * CreateCombinedFaceAndBodyMesh
(
TNotNull< const UMetaHumanCharacter * > InCharacter,
const FString & InAssetPathAndName
)