Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerInputInfo
References
| Module | MLDeformerFramework |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerInputInfo.h |
| Include | #include "MLDeformerInputInfo.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Private/MLDeformerInputInfo.cpp |
void SetNumTargetVertices
(
int32 NumVerts
)
Remarks
Set the number of target mesh vertices. The target mesh is our training target/ground truth mesh. The vertex count must be the same as in the DCC, so not the render mesh vertex count.
Parameters
| Name | Description |
|---|---|
| NumVerts | The number of vertices in the target mesh. |