Navigation
API > API/Editor > API/Editor/MaterialEditor > API/Editor/MaterialEditor/IMaterialEditorModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< IMaterialEditor > CreateMaterialEditor
(
const EToolkitMode::Type Mode, |
Creates a new material editor, either for a material or a material function | MaterialEditorModule.h | |
TSharedRef< IMaterialEditor > CreateMaterialEditor
(
const EToolkitMode::Type Mode, |
MaterialEditorModule.h |
CreateMaterialEditor(const EToolkitMode::Type, const TSharedPtr< IToolkitHost > &, UMaterial *)
Description
Creates a new material editor, either for a material or a material function
| Name | CreateMaterialEditor |
| Type | function |
| Header File | /Engine/Source/Editor/MaterialEditor/Public/MaterialEditorModule.h |
| Include Path | #include "MaterialEditorModule.h" |
TSharedRef< IMaterialEditor > CreateMaterialEditor
(
const EToolkitMode::Type Mode,
const TSharedPtr< IToolkitHost > & InitToolkitHost,
UMaterial * Material
)
CreateMaterialEditor(const EToolkitMode::Type, const TSharedPtr< IToolkitHost > &, UMaterialFunction *)
| Name | CreateMaterialEditor |
| Type | function |
| Header File | /Engine/Source/Editor/MaterialEditor/Public/MaterialEditorModule.h |
| Include Path | #include "MaterialEditorModule.h" |
TSharedRef< IMaterialEditor > CreateMaterialEditor
(
const EToolkitMode::Type Mode,
const TSharedPtr< IToolkitHost > & InitToolkitHost,
UMaterialFunction * MaterialFunction
)