Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterEditor > API/Plugins/MetaHumanCharacterEditor/UMetaHumanCharacterEditorSubsyst-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EImportErrorCode GetJointsForBodyConforming
(
USkeletalMesh* InTemplateMesh, |
Get the joints for performing import from body template | MetaHumanCharacterEditorSubsystem.h | |
EImportErrorCode GetJointsForBodyConforming
(
TSharedRef< IDNAReader > BodyDNA, |
Get the joints for performing import from body template | MetaHumanCharacterEditorSubsystem.h |
GetJointsForBodyConforming(USkeletalMesh *, TArray< FVector3f > &, TArray< FVector3f > &)
Description
Get the joints for performing import from body template
| Name | GetJointsForBodyConforming |
| 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 |
EImportErrorCode GetJointsForBodyConforming
(
USkeletalMesh * InTemplateMesh,
TArray < FVector3f > & OutJointWorldTranslations,
TArray < FVector3f > & OutJointRotations
)
GetJointsForBodyConforming(TSharedRef< IDNAReader >, TArray< FVector3f > &, TArray< FVector3f > &)
Description
Get the joints for performing import from body template
| Name | GetJointsForBodyConforming |
| 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 |
EImportErrorCode GetJointsForBodyConforming
(
TSharedRef < IDNAReader > BodyDNA,
TArray < FVector3f > & OutJointWorldTranslations,
TArray < FVector3f > & OutJointRotations
)