Navigation
API > API/Runtime > API/Runtime/WebBrowser > API/Runtime/WebBrowser/SWebBrowserView
References
Module | WebBrowser |
Header | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h |
Include | #include "SWebBrowserView.h" |
Source | /Engine/Source/Runtime/WebBrowser/Private/SWebBrowserView.cpp |
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. |