![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <WebView3DInputHandler.h>
Public Member Functions | |
| FWebView3DInputHandler () | |
| void | SendMouseEventToJS (IWebBrowserWindow &InWindow, const FString &EventName, const FPointerEvent &MouseEvent) |
| void | SendCharEventToJS (IWebBrowserWindow &InWindow, const FCharacterEvent &CharEvent) |
| void | SendKeyEventToJS (IWebBrowserWindow &InWindow, const FString &EventName, const FKeyEvent &KeyEvent) |
Helper class for ApplePlatformWebBrowser's FWebBrowserWindow to handle input with 3D WKWebView Web Browser widgets.
| FWebView3DInputHandler::FWebView3DInputHandler | ( | ) |
| void FWebView3DInputHandler::SendCharEventToJS | ( | IWebBrowserWindow & | InWindow, |
| const FCharacterEvent & | CharEvent | ||
| ) |
| void FWebView3DInputHandler::SendKeyEventToJS | ( | IWebBrowserWindow & | InWindow, |
| const FString & | EventName, | ||
| const FKeyEvent & | KeyEvent | ||
| ) |
| void FWebView3DInputHandler::SendMouseEventToJS | ( | IWebBrowserWindow & | InWindow, |
| const FString & | EventName, | ||
| const FPointerEvent & | MouseEvent | ||
| ) |