Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE
Inheritance Hierarchy
- IModuleInterface
- ICustomizableObjectEditorModule
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/CustomizableObjectEditorModule.h |
| Include | #include "MuCOE/CustomizableObjectEditorModule.h" |
Syntax
class ICustomizableObjectEditorModule : public IModuleInterface
Remarks
Customizable object editor module interface
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< ICustomizableObjectDebugger > | CreateCustomizableObjectDebugger
(
const EToolkitMode::Type Mode, |
||
| TSharedRef< ICustomizableObjectEditor > | CreateCustomizableObjectEditor
(
const EToolkitMode::Type Mode, |
Creates a new customizable object editor. | |
| TSharedRef< ICustomizableObjectInstanceEditor > | CreateCustomizableObjectInstanceEditor
(
const EToolkitMode::Type Mode, |
||
| ICustomizableObjectEditorModule & | Get () |
||
| EAssetTypeCategories::Type | Get the Customizable Object custom asset category. | ||
| TSharedPtr< class FExtensibilityManager > | |||
| TSharedPtr< class FExtensibilityManager > | |||
| FCustomizableObjectEditorLogger & | GetLogger () |
Returns the module logger. |