Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerComponent
Description
Set the deformer asset that is used by this component. This will trigger the internal ML Deformer instance to be recreated.
| Name | SetDeformerAsset |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerComponent.h |
| Include Path | #include "MLDeformerComponent.h" |
UFUNCTION (BlueprintCallable, Category="MLDeformer")
void SetDeformerAsset
(
UMLDeformerAsset * InDeformerAsset
)
Parameters
| Name | Remarks |
|---|---|
| InDeformerAsset | A pointer to the deformer asset. |