Navigation
Unreal Engine C++ API Reference > Runtime > LauncherPlatform > ILauncherPlatform
References
Module | LauncherPlatform |
Header | /Engine/Source/Runtime/Portal/LauncherPlatform/Public/ILauncherPlatform.h |
Include | #include "ILauncherPlatform.h" |
bool OpenLauncher
(
const FOpenLauncherOptions & Options
)
Remarks
Opens the marketplace user interface. true if the marketplace was opened, false if it is not installed or could not be installed/opened.
Parameters
Name | 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 |