Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerMorphModel
Description
Get the estimated maximum weight values that the morph targets will ever have. It is not guaranteed that the weights will never be larger than these values though. These values are used to estimate the importance levels of the morph targets.
| 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
See Also
-
SetMorphTargetsMaxWeights. 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.