Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerComponent
Description
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.
| Name | SetSuppressMeshDeformerLogWarnings |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerComponent.h |
| Include Path | #include "MLDeformerComponent.h" |
void SetSuppressMeshDeformerLogWarnings
(
bool bSuppress
)
Parameters
| Name | Remarks |
|---|---|
| bSuppress | Set to true to silent warnings about deformer graphs not being set, while the active ML Model needs one. |