Navigation
API > API/Plugins > API/Plugins/MetaHumanCoreTechLib > API/Plugins/MetaHumanCoreTechLib/FMetaHumanConformer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool CheckPcaModelFromDnaRigConfig
(
const FString& InConfigurationJson, |
Check that the supplied PCA from DNA rig config is valid. | MetaHumanConformer.h | |
static bool CheckPcaModelFromDnaRigConfig
(
const FString& InConfigurationJson, |
Check that the supplied PCA from DNA reader rig config is valid. | MetaHumanConformer.h |
CheckPcaModelFromDnaRigConfig(const FString &, UDNAAsset *)
Description
Check that the supplied PCA from DNA rig config is valid.
| Name | CheckPcaModelFromDnaRigConfig |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCoreTechLib/Public/MetaHumanConformer.h |
| Include Path | #include "MetaHumanConformer.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCoreTechLib/Private/MetaHumanConformer.cpp |
static bool CheckPcaModelFromDnaRigConfig
(
const FString & InConfigurationJson,
UDNAAsset * InDNAAsset
)
True if the config is valid, false otherwise
Parameters
| Name | Remarks |
|---|---|
| InConfigurationJson | Path to pca from dna configuration file or Json string containing the config. |
| InDNAAsset | An example DNA asset to be used with the config. |
CheckPcaModelFromDnaRigConfig(const FString &, TSharedPtr< IDNAReader >)
Description
Check that the supplied PCA from DNA reader rig config is valid.
| Name | CheckPcaModelFromDnaRigConfig |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCoreTechLib/Public/MetaHumanConformer.h |
| Include Path | #include "MetaHumanConformer.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCoreTechLib/Private/MetaHumanConformer.cpp |
static bool CheckPcaModelFromDnaRigConfig
(
const FString & InConfigurationJson,
TSharedPtr < IDNAReader > InDNAReader
)
True if the config is valid, false otherwise
Parameters
| Name | Remarks |
|---|---|
| InConfigurationJson | Path to pca from dna configuration file or Json string containing the config. |
| InDNAReader | An example DNA reader to be used with the config. |