IWebBrowserWindow::LoadString

Load a string as data to create a web page

Windows
MacOS
Linux

References

Module

WebBrowser

Header

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

Include

#include "IWebBrowserWindow.h"

Syntax

void LoadString
(
    FString Contents,
    FString DummyURL
)

Remarks

Load a string as data to create a web page

Parameters

Parameter

Description

Contents

String to load

DummyURL

Dummy URL for the page

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