IWebBrowserWindowFactory

Windows
MacOS
Linux

References

Module

WebBrowser

Header

/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserSingleton.h

Include

#include "IWebBrowserSingleton.h"

Syntax

class IWebBrowserWindowFactory

Functions

Name Description

Public function

TSharedPtr< ...

 

Create

(
    TSharedPtr< FCEFWebBrowserWindow > ...,
    TSharedPtr< FWebBrowserWindowInfo >...
)

Public function

TSharedPtr< ...

 

Create

(
    void* OSWindowHandle,
    FString InitialURL,
    bool bUseTransparency,
    bool bThumbMouseButtonNavigation,
    TOptional< FString > ContentsToLoad,
    bool ShowErrorMessage,
    FColor BackgroundColor
)

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