Navigation
API > API/Plugins > API/Plugins/MetaHumanIdentity > API/Plugins/MetaHumanIdentity/UMetaHumanTemplateMeshComponent
Description
Set the pose head mesh from the given array of vertices. The conversion type is used to perform conversions between the different spaces MetaHuman Identity operates in
| Name | SetPoseHeadMeshVertices |
| 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 SetPoseHeadMeshVertices
(
EIdentityPoseType InPoseType,
TConstArrayView< FVector3f > InNewVertices,
ETemplateVertexConversion InConversionType
) const