Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
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.
| Name | SetDeltaCutoffLength |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
void SetDeltaCutoffLength
(
float Length
)
Parameters
| Name | Remarks |
|---|---|
| Length | The new delta cutoff length. |