Navigation
Unreal Engine C++ API Reference > 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< FVec... | ScreenPosition | If not set, will fallback to main Editor defaults. |
TOptional< FVec... | WindowSize | |
FText | WindowTitle |
Constructors
Type | Name | Description |
---|---|---|
FMainFrameWindowOverrides () |