Navigation
API > API/Plugins > API/Plugins/MetaHumanCoreTechLib > API/Plugins/MetaHumanCoreTechLib/FMetaHumanCharacterBodyIdentity > API/Plugins/MetaHumanCoreTechLib/FMetaHumanCharacterBodyIdentity/FState
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetMeasurementsForFaceAndBody
(
const TArray< FVector3f >& InFaceRawVertices, |
Obtains measurements map (string to float) for body state with given face vertices | MetaHumanCharacterBodyIdentity.h | |
void GetMeasurementsForFaceAndBody
(
TSharedRef< IDNAReader > InFaceDNA, |
Obtains measurements map (string to float) for given face and body DNAs | MetaHumanCharacterBodyIdentity.h |
GetMeasurementsForFaceAndBody(const TArray< FVector3f > &, TMap< FString, float > &)
Description
Obtains measurements map (string to float) for body state with given face vertices
| Name | GetMeasurementsForFaceAndBody |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCoreTechLib/Public/MetaHumanCharacterBodyIdentity.h |
| Include Path | #include "MetaHumanCharacterBodyIdentity.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCoreTechLib/Private/MetaHumanCharacterBodyIdentity.cpp |
void GetMeasurementsForFaceAndBody
(
const TArray < FVector3f > & InFaceRawVertices,
TMap < FString , float > & OutMeasurements
) const
GetMeasurementsForFaceAndBody(TSharedRef< IDNAReader >, TSharedRef< IDNAReader >, TMap< FString, float > &)
Description
Obtains measurements map (string to float) for given face and body DNAs
| Name | GetMeasurementsForFaceAndBody |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCoreTechLib/Public/MetaHumanCharacterBodyIdentity.h |
| Include Path | #include "MetaHumanCharacterBodyIdentity.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCoreTechLib/Private/MetaHumanCharacterBodyIdentity.cpp |
void GetMeasurementsForFaceAndBody
(
TSharedRef < IDNAReader > InFaceDNA,
TSharedRef < IDNAReader > InBodyDNA,
TMap < FString , float > & OutMeasurements
) const