Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorModel
Description
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.
| Name | CreateTestMLDeformedActor |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModel.h |
| Include Path | #include "MLDeformerEditorModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerEditorModel.cpp |
virtual void CreateTestMLDeformedActor
(
UWorld * World
)
Parameters
| Name | Remarks |
|---|---|
| World | The world to create the actor in. |