ILauncherPlatform::OpenLauncher

Opens the marketplace user interface.

Windows
MacOS
Linux

References

Module

LauncherPlatform

Header

/Engine/Source/Runtime/Portal/LauncherPlatform/Public/ILauncherPlatform.h

Include

#include "ILauncherPlatform.h"

Syntax

bool OpenLauncher
(
    const FOpenLauncherOptions & Options
)

Remarks

Opens the marketplace user interface.

Returns

true if the marketplace was opened, false if it is not installed or could not be installed/opened.

Parameters

Parameter

Description

Install

Whether to install the marketplace if it is missing.

LauncherRelativeUrl

A url relative to the launcher which you'd like the launcher to navigate to. Empty defaults to the UE homepage

CommandLineParams

Optional command to open the launcher with if it is not already open

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