Navigation
Unreal Engine C++ API Reference > Editor > MainFrame > Interfaces > IMainFrameModule
References
Module | MainFrame |
Header | /Engine/Source/Editor/MainFrame/Public/Interfaces/IMainFrameModule.h |
Include | #include "Interfaces/IMainFrameModule.h" |
void CreateDefaultMainFrame ( const bool bStartImmersive, const bool bStartPIE )
Remarks
Creates the default editor main frame
Parameters
Name | Description |
---|---|
bStartImmersive | True to force a main frame viewport into immersive mode |
bStartPIE | True to start a PIE session right away |