Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerInputInfo
Description
Get the number of imported vertices in the target mesh, which is our training target/ground truth mesh. The number of vertices is the vertex count as in the DCC.
| Name | GetNumTargetMeshVertices |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerInputInfo.h |
| Include Path | #include "MLDeformerInputInfo.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Private/MLDeformerInputInfo.cpp |
int32 GetNumTargetMeshVertices() const
The number of imported vertices in the target mesh.