Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/ICustomizableObjectInstanceEdito-
Description
Returns the editor's ModeTools for use by viewport clients. Editors that inherit from FAssetEditorToolkit should return their EditorModeManager. Returns nullptr by default, which causes viewport clients to create their own.
| Name | GetEditorModeTools |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/ICustomizableObjectInstanceEditor.h |
| Include Path | #include "MuCOE/ICustomizableObjectInstanceEditor.h" |
virtual FEditorModeTools * GetEditorModeTools()