Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
References
| Module | MLDeformerFramework |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include | #include "MLDeformerModel.h" |
void SetDeltaCutoffLength
&40;
float Length
&41;
Remarks
Set the delta cutoff length. Deltas that are larger than this length will be set to zero. This can be useful when there are some vertices that due to incorrect data have a very long length. Skipping those deltas will prevent issues.
Parameters
| Name | Description |
|---|---|
| Length | The new delta cutoff length. |