IWebBrowserSingleton::SetDevToolsShortcutEnabled

Enable or disable CTRL/CMD-SHIFT-I shortcut to show the Chromium Dev tools window.

Windows
MacOS
Linux

References

Module

WebBrowser

Header

/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserSingleton.h

Include

#include "IWebBrowserSingleton.h"

Syntax

void SetDevToolsShortcutEnabled
(
    bool Value
)

Remarks

Enable or disable CTRL/CMD-SHIFT-I shortcut to show the Chromium Dev tools window. The value defaults to true on debug builds, otherwise false.

The relevant handlers for spawning new browser windows have to be set up correctly in addition to this flag being true before anything is shown.

Parameters

Parameter

Description

Value

a boolean value to enable or disable the keyboard shortcut.

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