Navigation
API > API/Editor > API/Editor/MainFrame > API/Editor/MainFrame/Interfaces
References
| Module | MainFrame |
| Header | /Engine/Source/Editor/MainFrame/Public/Interfaces/IEditorMainFrameProvider.h |
| Include | #include "Interfaces/IEditorMainFrameProvider.h" |
Syntax
struct FMainFrameWindowOverrides
Remarks
Set of configuration settings for the editor's main window.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool: 1 | bEmbedTitleAreaContent | ||
| TOptional< bool > | bInitiallyMaximized | ||
| bool: 1 | bIsUserSizable | ||
| bool: 1 | bSupportsMaximize | ||
| bool: 1 | bSupportsMinimize | ||
| EAutoCenter | CenterRules | ||
| TOptional< FVector2D > | ScreenPosition | If not set, will fallback to main Editor defaults. | |
| TOptional< FVector2D > | WindowSize | ||
| FText | WindowTitle |
Constructors
| Type | Name | Description | |
|---|---|---|---|