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
(
FString Contents,
FString DummyURL
)
Remarks
Load a string as data to create a web page
Parameters
Name | Description |
---|---|
Contents | String to load |
DummyURL | Dummy URL for the page |