Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerModelInstance
Description
Copy data from a specific debug actor. This method already assumes DebugActor and MLDeformerComponent are compatible with the current model instance.
| Name | CopyDataFromDebugActor |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModelInstance.h |
| Include Path | #include "MLDeformerModelInstance.h" |
virtual void CopyDataFromDebugActor
(
const AActor * DebugActor,
const UMLDeformerComponent * DebugMLDeformerComponent
)
Parameters
| Name | Remarks |
|---|---|
| DebugActor | The debug actor object to copy data from. |
| DebugMLDeformerComponent | The debug ML Deformer component to copy data from. |