Navigation
API > API/Runtime > API/Runtime/WebBrowser > API/Runtime/WebBrowser/IWebBrowserWindow
References
Module | WebBrowser |
Header | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserWindow.h |
Include | #include "IWebBrowserWindow.h" |
void LoadString
&40;
FString Contents,
FString DummyURL
&41;
Remarks
Load a string as data to create a web page
Parameters
Name | Description |
---|---|
Contents | String to load |
DummyURL | Dummy URL for the page |