Navigation
API > API/Plugins > API/Plugins/MetaHumanCoreTechLib > API/Plugins/MetaHumanCoreTechLib/FMetaHumanCharacterIdentity > API/Plugins/MetaHumanCoreTechLib/FMetaHumanCharacterIdentity/FState
Description
Extract the head-mesh vertices from a combined body vertex array. Returns the leading face-vertex-count entries of InBodyStateVertices, matching the slice that FitFromBodyVertices feeds to the underlying MHC state. Returns an empty array if InBodyStateVertices has too few vertices.
| Name | GetHeadPartVerticesFromBody |
| 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 |
TArray < FVector3f > GetHeadPartVerticesFromBody
(
const TArray < FVector3f > & InBodyStateVertices
) const