IWebBrowserNativeProxyModule

The public interface to this module

Windows
MacOS
Linux

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

Name Description

Public function Static

IWebBrowserN...

 

Get()

Singleton-like access to this module's interface.

Public function

TSharedPtr< ...

 

GetBrowser

(
    bool bCreate
)

Get the single browser window associated with the module

Public function Static

const TCHAR ...

 

GetModuleName()

Name of this module

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Public function

FOnBrowserAv...

 

OnBrowserAvailable()

Classes

Name

Description

Public class

FOnBrowserAvailableEvent

Callback for when the browser window has been created and is available

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss