Navigation
API > API/Editor > API/Editor/MaterialEditor
Inheritance Hierarchy
- TSharedFromThis
- FApplicationMode
- FMaterialEditorApplicationMode
References
| Module | MaterialEditor |
| Header | /Engine/Source/Editor/MaterialEditor/Public/MaterialEditorModes.h |
| Include | #include "MaterialEditorModes.h" |
Syntax
class FMaterialEditorApplicationMode : public FApplicationMode
Remarks
Even though we currently only have one mode of operation, we still need a application mode to handle factory tab spawning.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FWorkflowAllowedTabSet | MaterialEditorTabFactories | Set of spawnable tabs handled by workflow factories. | |
| TWeakPtr< FMaterialEditor > | MyMaterialEditor |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMaterialEditorApplicationMode
(
TSharedPtr< class FMaterialEditor > InMaterialEditor |
Overridden from FApplicationMode
| Type | Name | Description | |
|---|---|---|---|
| void | RegisterTabFactories
(
TSharedPtr< FTabManager > InTabManager |