Navigation
API > API/Runtime > API/Runtime/WebBrowser > API/Runtime/WebBrowser/IWebBrowserSingleton
References
Module | WebBrowser |
Header | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserSingleton.h |
Include | #include "IWebBrowserSingleton.h" |
void SetDevToolsShortcutEnabled
&40;
bool Value
&41;
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
Name | Description |
---|---|
Value | a boolean value to enable or disable the keyboard shortcut. |