IMainFrameModule::CreateDefaultMainFrame

Creates the default editor main frame

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library