Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerComponent
Description
The quality level of the deformer. A value of 0 is the highest quality, 1 is a step lower, etc. It is up to the models to configure what each quality level means visually. If the quality level will be clamped to the available quality levels, so if you choose quality level 100, while there are only 3 levels, then quality level 3 will be used in this case, which represents the lowest available quality. In morph based models each quality level defines how many morph targets are active at most.
| Name | SetQualityLevel |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerComponent.h |
| Include Path | #include "MLDeformerComponent.h" |
UFUNCTION (Meta=(DeprecatedFunction, DeprecationMessage="SetQualityLevel has been deprecated."))
void SetQualityLevel
(
int32 InQualityLevel
)
Parameters
| Name | Remarks |
|---|---|
| InQualityLevel | The quality level to switch to. |