Navigation
API > API/Runtime > API/Runtime/WebBrowser > API/Runtime/WebBrowser/IWebBrowserWindow
A delegate that is invoked when the browser needs to show a popup menu.
| Name | FOnShowPopup |
| Type | class |
| Header File | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserWindow.h |
| Include Path | #include "IWebBrowserWindow.h" |
Syntax
class FOnShowPopup : public TBaseMulticastDelegate_OneParam< void, const FIntRect & >
Inheritance Hierarchy
- TBaseMulticastDelegate_OneParam< void, const FIntRect & > → IWebBrowserWindow::FOnShowPopup