Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerMorphModelEditorModel
Description
Returns whether this model supports morph output weight clamping or not. This is used to make sure the morph target weights are within valid ranges. Some models might choose not to do this, because they might already clamp input values. When this returns false, the "Clamp morph weights" option in the UI will also be hidden.
| Name | IsMorphWeightClampingSupported |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerMorphModelEditorModel.h |
| Include Path | #include "MLDeformerMorphModelEditorModel.h" |
virtual bool IsMorphWeightClampingSupported() const
Returns true when the model supports morph weight clamping, otherwise false is returned.