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