Navigation
API > API/Plugins > API/Plugins/MetaHumanIdentity > API/Plugins/MetaHumanIdentity/UMetaHumanTemplateMeshComponent
Description
Returns the vertices for teeth mesh. A transform can be passed in to be baked in the vertices before doing the conversion to the requested space
| Name | GetTeethMeshVertices |
| 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 GetTeethMeshVertices
(
const FTransform & InTransform,
ETemplateVertexConversion InConversionType,
TArray < FVector > & OutTeethVertices
) const