Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorModel
References
| Module | MLDeformerFrameworkEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModel.h |
| Include | #include "MLDeformerEditorModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerEditorModel.cpp |
virtual void CreateTestMLDeformedActor
&40;
UWorld &42; World
&41;
Remarks
Create the test ML Deformed actor. This is the actor you see in test mode marked as "ML Deformed". So this actor will have the ML Deformer component added to it as well. An editor actor needs to be created by this method.
Parameters
| Name | Description |
|---|---|
| World | The world to create the actor in. |