Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorModel
Description
Create the linear skinned test actor. This is the "Linear Skinned" actor you see in testing mode. An editor actor needs to be created by this method.
| Name | CreateTestLinearSkinnedActor |
| 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 CreateTestLinearSkinnedActor
(
UWorld * World
)
Parameters
| Name | Remarks |
|---|---|
| World | The world to create the actor in. |