Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Get the delta cutoff length. Deltas that have a length 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 | GetDeltaCutoffLength |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
float GetDeltaCutoffLength() const
The length after which deltas will be ignored. So anything delta length larger than this value will be ignored.