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 | GetMorphTargetMaxWeights |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerMorphModel.h |
| Include Path | #include "MLDeformerMorphModel.h" |
TArrayView < const float > GetMorphTargetMaxWeights() const
See Also
- SetMorphTargetsMaxWeights.