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