Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerModelInstance
Description
Get the skeletal mesh component to get transforms from etc. If we are debugging this will return the debugged skeletal mesh component, otherwise the skel mesh component of our own actor is returned.
| Name | GetFinalSkeletalMeshComponent |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModelInstance.h |
| Include Path | #include "MLDeformerModelInstance.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Private/MLDeformerModelInstance.cpp |
USkeletalMeshComponent * GetFinalSkeletalMeshComponent() const
The skeletal mesh component to grab input data from.