Navigation
API > API/Plugins > API/Plugins/MetaHumanIdentity > API/Plugins/MetaHumanIdentity/UMetaHumanTemplateMeshComponent
Description
Returns the vertices for the head mesh of the given pose type. The conversion type can be used to convert from UE space to rig space, which is the space expected by the autorigging service for example
| Name | GetPoseHeadMeshVertices |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanIdentity/Public/MetaHumanTemplateMeshComponent.h |
| Include Path | #include "MetaHumanTemplateMeshComponent.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanIdentity/Private/MetaHumanTemplateMeshComponent.cpp |
void GetPoseHeadMeshVertices
(
EIdentityPoseType InPoseType,
const FTransform & InTransform,
ETemplateVertexConversion InConversionType,
TArray < FVector > & OutPoseHeadVertices
) const