FOnUnhandledKeyChar

A delegate that is invoked for each key char event not handled by the browser, return true if event is handled to prevent it from bubbling up.

Windows
MacOS
Linux

Type

typedef TBaseDelegate_OneParam< bool, const FCharacterEvent & > FOnUnhandledKeyChar

References

Module

WebBrowser

Header

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

Include

#include "IWebBrowserWindow.h"

Remarks

A delegate that is invoked for each key char event not handled by the browser, return true if event is handled to prevent it from bubbling up.

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