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 |
void SetupComponent
(
UMLDeformerAsset * InDeformerAsset,
USkeletalMeshComponent * InSkelMeshComponent
)
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. |