![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ILauncherPlatform.h>
Inheritance diagram for ILauncherPlatform:Public Member Functions | |
| virtual | ~ILauncherPlatform () |
| virtual bool | CanOpenLauncher (bool Install)=0 |
| virtual bool | OpenLauncher (const FOpenLauncherOptions &Options)=0 |
|
inlinevirtual |
Virtual destructor
Determines whether the launcher can be opened.
| Install | Whether to include the possibility of installing the launcher in the check. |
Implemented in FLauncherPlatformLinux, FLauncherPlatformMac, and FLauncherPlatformWindows.
|
pure virtual |
Opens the marketplace user interface.
| 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 |
Implemented in FLauncherPlatformLinux, FLauncherPlatformMac, and FLauncherPlatformWindows.