IOnlineExternalUI::ShowWebURL

Displays a web page in the external UI

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineExternalUIInterface.h

Include

#include "Interfaces/OnlineExternalUIInterface.h"

Syntax

bool ShowWebURL
(
    const FString & Url,
    const FShowWebUrlParams & ShowParams,
    const FOnShowWebUrlClosedDelegate & Delegate
)

Remarks

Displays a web page in the external UI

Returns

true if it was able to show the UI, false if it failed

Parameters

Parameter

Description

WebURL

fully formed web address (http://www.google.com)

ShowParams

configuration for the UI display

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