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 (BlueprintCallable, Category="MLDeformer")
void SetDeformerAsset
(
UMLDeformerAsset * InDeformerAsset
)
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. |