IWebBrowserWindow::GetSource

Gets the source of the main frame as raw HTML.

Windows
MacOS
Linux

References

Module

WebBrowser

Header

/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserWindow.h

Include

#include "IWebBrowserWindow.h"

Syntax

void GetSource
(
    TFunction< void &)> Callback
) 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

Parameter

Description

Callback

A callable that takes a single string reference for handling the result.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss