Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerMorphModel
Description
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.
| Name | GetMorphTargetsMinMaxWeights |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerMorphModel.h |
| Include Path | #include "MLDeformerMorphModel.h" |
const TArray < FFloatInterval > & GetMorphTargetsMinMaxWeights() const