#include <IWebBrowserSingleton.h>
|
| virtual TSharedPtr< IWebBrowserWindow > | Create (TSharedPtr< FCEFWebBrowserWindow > &BrowserWindowParent, TSharedPtr< FWebBrowserWindowInfo > &BrowserWindowInfo)=0 |
| |
| virtual TSharedPtr< IWebBrowserWindow > | Create (void *OSWindowHandle, FString InitialURL, bool bUseTransparency, bool bThumbMouseButtonNavigation, bool InterceptLoadRequests=true, TOptional< FString > ContentsToLoad=TOptional< FString >(), bool ShowErrorMessage=true, FColor BackgroundColor=FColor(255, 255, 255, 255), bool bMobileJSReturnInDict=true)=0 |
| |
◆ Create() [1/2]
◆ Create() [2/2]
| virtual TSharedPtr< IWebBrowserWindow > IWebBrowserWindowFactory::Create |
( |
void * |
OSWindowHandle, |
|
|
FString |
InitialURL, |
|
|
bool |
bUseTransparency, |
|
|
bool |
bThumbMouseButtonNavigation, |
|
|
bool |
InterceptLoadRequests = true, |
|
|
TOptional< FString > |
ContentsToLoad = TOptional< FString >(), |
|
|
bool |
ShowErrorMessage = true, |
|
|
FColor |
BackgroundColor = FColor(255, 255, 255, 255), |
|
|
bool |
bMobileJSReturnInDict = true |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: