Navigation
API > API/Plugins > API/Plugins/WebBrowserNativeProxy
Inheritance Hierarchy
- IModuleInterface
- IWebBrowserNativeProxyModule
References
| Module | WebBrowserNativeProxy |
| Header | /Engine/Plugins/Runtime/WebBrowserNativeProxy/Source/WebBrowserNativeProxy/Public/WebBrowserNativeProxyModule.h |
| Include | #include "WebBrowserNativeProxyModule.h" |
Syntax
class IWebBrowserNativeProxyModule : public IModuleInterface
Remarks
The public interface to this module
Functions
| Type | Name | Description | |
|---|---|---|---|
| IWebBrowserNativeProxyModule & | Get () |
Singleton-like access to this module's interface. | |
| TSharedPtr< IWebBrowserWindow > | GetBrowser
(
bool bCreate |
Get the single browser window associated with the module | |
| const TCHAR * | Name of this module | ||
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. | |
| FOnBrowserAvailableEvent & |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FOnBrowserAvailableEvent | Callback for when the browser window has been created and is available |