Navigation
API > API/Plugins > API/Plugins/OptimusEditor > API/Plugins/OptimusEditor/IOptimusEditorModule
References
| Module | OptimusEditor |
| Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusEditor/Public/IOptimusEditorModule.h |
| Include | #include "IOptimusEditorModule.h" |
TSharedRef< IOptimusEditor > CreateEditor
&40;
const EToolkitMode::Type Mode,
const TSharedPtr< IToolkitHost > & InitToolkitHost,
UOptimusDeformer &42; DeformerObject
&41;
Remarks
Creates an instance of a Control Rig editor. Interface to the new Optimus Deformer editor
Parameters
| Name | Description |
|---|---|
| Mode | Mode that this editor should operate in |
| InitToolkitHost | When Mode is WorldCentric, this is the level editor instance to spawn this editor within |
| DeformerObject | The deformer object to start editing. |