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" |
UFUNCTION&40;BlueprintCallable, Category&61;"MLDeformer"&41;
void SetDeformerAsset
&40;
UMLDeformerAsset &42; InDeformerAsset
&41;
Remarks
Set the deformer asset that is used by this component. This will trigger the internal ML Deformer instance to be recreated.
Parameters
| Name | Description |
|---|---|
| InDeformerAsset | A pointer to the deformer asset. |