Navigation
Unreal Engine C++ API Reference > Editor > MaterialEditor
Inheritance Hierarchy
- IModuleInterface
- IHasMenuExtensibility
- IHasToolBarExtensibility
- IMaterialEditorModule
References
Module | MaterialEditor |
Header | /Engine/Source/Editor/MaterialEditor/Public/MaterialEditorModule.h |
Include | #include "MaterialEditorModule.h" |
Syntax
class IMaterialEditorModule :
public IModuleInterface,
public IHasMenuExtensibility,
public IHasToolBarExtensibility
Remarks
Material editor module interface
Functions
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FMaterialEditorOpenedEvent | Delegate to be called when a Material Editor is created, for toolbar, tab, and menu extension | |
![]() |
FMaterialFunctionEditorOpenedEvent | Delegate to be called when a Material Function Editor is created, for toolbar, tab, and menu extension | |
![]() |
FMaterialInstanceEditorOpenedEvent | Delegate to be called when a Material Instance Editor is created, for toolbar, tab, and menu extension |
Typedefs
Name | Description |
---|---|
FMaterialMenuExtender | Delegates to be called to extend the material menus |
FMaterialMenuExtender_MaterialInterface |