Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerMorphModel
References
| Module | MLDeformerFramework |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerMorphModel.h |
| Include | #include "MLDeformerMorphModel.h" |
const TArray < FFloatInterval > & GetMorphTargetsMinMaxWeights() const
Remarks
Get the min and max morph target weight values that we seen on the output of the training data set. These min and max values can be used to clamp the morph targets within this range. This can be used to prevent weights from getting very different values on unseen input data, and thus can prevent visually 'exploding' correctives.