Navigation
API > API/Plugins > API/Plugins/MetaHumanIdentity > API/Plugins/MetaHumanIdentity/UMetaHumanIdentityFace
Description
Return the vertices of the conformed mesh transformed to the space required by the autorigging backend, for face mesh, left eye mesh and right eye mesh if eyes have been fitted. Note that teeth are not available at this stage as we have the neutral pose only and the teeth have not been fitted yet.
| Name | GetConformalVerticesForAutoRigging |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanIdentity/Public/MetaHumanIdentityParts.h |
| Include Path | #include "MetaHumanIdentityParts.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanIdentity/Private/MetaHumanIdentityParts.cpp |
void GetConformalVerticesForAutoRigging
(
TArray < FVector > & OutConformedFaceVertices,
TArray < FVector > & OutConformedLeftEyeVertices,
TArray < FVector > & OutConformedRightEyeVertices
) const