Navigation
API > API/Plugins > API/Plugins/MetaHumanCoreTechLib > API/Plugins/MetaHumanCoreTechLib/FMetaHumanEvaluateRig
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Set the DNA of the rig to be evaluated | MetaHumanEvaluateRig.h | ||
| Set the DNA of the rig to be evaluated (deprecated - use UDNA instead) | MetaHumanEvaluateRig.h |
SetRigDNA(UDNA *)
Description
Set the DNA of the rig to be evaluated
| Name | SetRigDNA |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCoreTechLib/Public/MetaHumanEvaluateRig.h |
| Include Path | #include "MetaHumanEvaluateRig.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCoreTechLib/Private/MetaHumanEvaluateRig.cpp |
bool SetRigDNA
(
UDNA * InDNA
)
true if the DNA is set successfully, false otherwise
Parameters
| Name | Remarks |
|---|---|
| InDNA | the UDNA asset containing the rig to be evaluated |
SetRigDNA(UDNAAsset *)
Description
Set the DNA of the rig to be evaluated (deprecated - use UDNA instead)
| Name | SetRigDNA |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCoreTechLib/Public/MetaHumanEvaluateRig.h |
| Include Path | #include "MetaHumanEvaluateRig.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCoreTechLib/Private/MetaHumanEvaluateRig.cpp |
bool SetRigDNA
(
UDNAAsset * InDNAAsset
)
true if the DNAAsset is set successfully, false otherwise
Parameters
| Name | Remarks |
|---|---|
| InDNAAsset | the legacy DNAAsset containing the rig to be evaluated |