Navigation
API > API/Editor > API/Editor/MainFrame > API/Editor/MainFrame/Interfaces
Inheritance Hierarchy
- IModularFeature
- IEditorMainFrameProvider
References
| Module | MainFrame |
| Header | /Engine/Source/Editor/MainFrame/Public/Interfaces/IEditorMainFrameProvider.h |
| Include | #include "Interfaces/IEditorMainFrameProvider.h" |
Syntax
class IEditorMainFrameProvider : public IModularFeature
Remarks
Base feature class, which serves as a hook for external sources to override the editor's main window on startup.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | Spawns a widget for slotting into the main editor window (in-place of the standard editor). | ||
| FMainFrameWindowOverrides | Specifies the desired window title, dimensions, etc. | ||
| FName | |||
| bool | Signals if this provider wishes to override the editor's main frame on editor startup. |