Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Update the cached number of target mesh vertices. Every model needs to implement this. The number of vertices should be the number of DCC vertices, so not the number of render vertices. This just updates the NumTargetMeshVerts property.
| Name | UpdateNumTargetMeshVertices |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
virtual void UpdateNumTargetMeshVertices()