FOutputLogModule::ToggleDebugConsoleForWindow

Opens a debug console in the specified window, if not already open

Windows
MacOS
Linux

References

Module

OutputLog

Header

/Engine/Source/Developer/OutputLog/Public/OutputLogModule.h

Include

#include "OutputLogModule.h"

Source

/Engine/Source/Developer/OutputLog/Private/OutputLogModule.cpp

Syntax

virtual void ToggleDebugConsoleForWindow
(
    const TSharedRef< SWindow > & Window,
    const EDebugConsoleStyle::Type InStyle,
    const FDebugConsoleDelegates & DebugConsoleDelegates
)

Remarks

Opens a debug console in the specified window, if not already open

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss