Navigation
API > API/Runtime > API/Runtime/WebBrowser > API/Runtime/WebBrowser/IWebBrowserWindow
Type
typedef TBaseDelegate_OneParam< bool, const FKeyEvent & > FOnUnhandledKeyDown
References
| Module | WebBrowser |
| Header | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserWindow.h |
| Include | #include "IWebBrowserWindow.h" |
Remarks
A delegate that is invoked for each key down event not handled by the browser, return true if event is handled to prevent it from bubbling up.