Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Does this model support deformer quality levels? For example Morph based models can disable certain morph targets based on this quality level. On default this is disabled for models. You can override this method and make it return true to support it. Morph based models on enable this on default.
| Name | DoesSupportQualityLevels |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
virtual bool DoesSupportQualityLevels() const
Returns true when Deformer Quality is supported, otherwise false is returned.