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" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Private/MLDeformerComponent.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"MLDeformer"&41;
void SetupComponent
&40;
UMLDeformerAsset &42; InDeformerAsset,
USkeletalMeshComponent &42; InSkelMeshComponent
&41;
Remarks
Setup the ML Deformer, by picking the deformer asset and skeletal mesh component.
Parameters
| Name | Description |
|---|---|
| InDeformerAsset | The ML Deformer asset to apply to the specified skeletal mesh component. |
| InSkelMeshComponent | The skeletal mesh component to apply the specified deformer to. |