Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerComponent
Description
Get the skeletal mesh component that the ML Deformer will work on. The skeletal mesh that is setup inside the skeletal mesh component will be the mesh that will be deformed by this ML Deformer component.
| Name | GetSkeletalMeshComponent |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerComponent.h |
| Include Path | #include "MLDeformerComponent.h" |
UFUNCTION (BlueprintCallable, Category="MLDeformer")
USkeletalMeshComponent * GetSkeletalMeshComponent() const
A pointer to the skeletal mesh component who's mesh will be deformed by this ML Deformer component.