Navigation
API > API/Plugins > API/Plugins/MetaHumanCoreTechLib > API/Plugins/MetaHumanCoreTechLib/FMetaHumanCharacterIdentity
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Init
(
const FString& InMHCDataPath, |
MetaHumanCharacterIdentity.h | ||
bool Init
(
const FString& InMHCDataPath, |
MetaHumanCharacterIdentity.h |
Init(const FString &, const FString &, class UDNAAsset *, EMetaHumanCharacterOrientation)
| Name | Init |
| 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 Init
(
const FString & InMHCDataPath,
const FString & InBodyMHCDataPath,
class UDNAAsset * InDNAAsset,
EMetaHumanCharacterOrientation InDNAAssetOrient
)
Init(const FString &, const FString &, TNotNull< dna::Reader * >, EMetaHumanCharacterOrientation)
| Name | Init |
| 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 Init
(
const FString & InMHCDataPath,
const FString & InBodyMHCDataPath,
TNotNull< dna::Reader * > InDNAReader,
EMetaHumanCharacterOrientation InDNAAssetOrient
)