Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerComponent
References
| Module | MLDeformerFramework |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerComponent.h |
| Include | #include "MLDeformerComponent.h" |
void SetSuppressMeshDeformerLogWarnings
(
bool bSuppress
)
Remarks
Suppress logging warnings about mesh deformers not being set. A warning is logged when an ML Deformer is used that requires a deformer graph, but the skeletal mesh has no deformer graph setup.
Parameters
| Name | Description |
|---|---|
| bSuppress | Set to true to silent warnings about deformer graphs not being set, while the active ML Model needs one. |