SWebBrowserView::LoadString

Load a string as data to create a web page.

Windows
MacOS
Linux

References

Module

WebBrowser

Header

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

Include

#include "SWebBrowserView.h"

Source

/Engine/Source/Runtime/WebBrowser/Private/SWebBrowserView.cpp

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