Navigation
API > API/Editor > API/Editor/MainFrame > API/Editor/MainFrame/IMainFrameModule
Description
Recreates the default editor main frame. I.e., if CreateDefaultMainFrame or RecreateDefaultMainFrame were already called, it would clean the previous default main frame and create it again.
| Name | RecreateDefaultMainFrame |
| Type | function |
| Header File | /Engine/Source/Editor/MainFrame/Public/Interfaces/IMainFrameModule.h |
| Include Path | #include "Interfaces/IMainFrameModule.h" |
void RecreateDefaultMainFrame
(
const bool bStartImmersive,
const bool bStartPIE
)
Parameters
| Name | Remarks |
|---|---|
| bStartImmersive | True to force a main frame viewport into immersive mode |
| bStartPIE | True to start a PIE session right away |