Navigation
API > API/Plugins > API/Plugins/WebBrowserNativeProxy > API/Plugins/WebBrowserNativeProxy/IWebBrowserNativeProxyModule
Callback for when the browser window has been created and is available
| Name | FOnBrowserAvailableEvent |
| Type | class |
| Header File | /Engine/Plugins/Runtime/WebBrowserNativeProxy/Source/WebBrowserNativeProxy/Public/WebBrowserNativeProxyModule.h |
| Include Path | #include "WebBrowserNativeProxyModule.h" |
Syntax
class FOnBrowserAvailableEvent : public TBaseMulticastDelegate_OneParam< void, const TSharedRef< IWebBrowserWindow > & >
Inheritance Hierarchy
- TBaseMulticastDelegate_OneParam< void, const TSharedRef< IWebBrowserWindow > & > → IWebBrowserNativeProxyModule::FOnBrowserAvailableEvent