Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Set the number of vertices in the base mesh. This is the number of imported (dcc) vertices, so not render vertices.
| Name | SetNumBaseMeshVerts |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
void SetNumBaseMeshVerts
(
int32 NumVerts
)
Parameters
| Name | Remarks |
|---|---|
| NumVerts | The number of vertices. |