IMainFrameModule::RecreateDefaultMainFrame

Recreates 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 RecreateDefaultMainFrame
(
    const bool bStartImmersive,
    const bool bStartPIE
)

Remarks

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.

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