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" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Private/MLDeformerMorphModel.cpp |
void ClampMorphTargetWeights
(
TArrayView < float > WeightsArray
)
Remarks
Perform the actual weight clamping to the values as set inside the MorphTargetsMinMaxWeights member.
Parameters
| Name | Description |
|---|---|
| WeightsArray | The array of input weights, that will be clamped. This method will modify the array values. |