UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FLauncherPlatformMac Class Reference

#include <LauncherPlatformMac.h>

+ Inheritance diagram for FLauncherPlatformMac:

Public Member Functions

virtual bool CanOpenLauncher (bool Install) override
 
virtual bool OpenLauncher (const FOpenLauncherOptions &Options) override
 
- Public Member Functions inherited from ILauncherPlatform
virtual ~ILauncherPlatform ()
 

Member Function Documentation

◆ CanOpenLauncher()

bool FLauncherPlatformMac::CanOpenLauncher ( bool  Install)
overridevirtual

Determines whether the launcher can be opened.

Parameters
InstallWhether to include the possibility of installing the launcher in the check.
Returns
true if the launcher can be opened (or installed).

Implements ILauncherPlatform.

◆ OpenLauncher()

bool FLauncherPlatformMac::OpenLauncher ( const FOpenLauncherOptions Options)
overridevirtual

Opens the marketplace user interface.

Parameters
InstallWhether to install the marketplace if it is missing.
LauncherRelativeUrlA url relative to the launcher which you'd like the launcher to navigate to. Empty defaults to the UE homepage
CommandLineParamsOptional command to open the launcher with if it is not already open
Returns
true if the marketplace was opened, false if it is not installed or could not be installed/opened.

Implements ILauncherPlatform.


The documentation for this class was generated from the following files: