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