Navigation
Unreal Engine C++ API Reference > 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 GetSource
&40;
TFunction< void(const FString &)> Callback
&41; const
Remarks
Gets the source of the main frame as raw HTML.
This method has to be called asynchronously by passing a callback function, which will be called at a later point when the result is ready.
Parameters
Name | Description |
---|---|
Callback | A callable that takes a single string reference for handling the result. |