![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 () |
Determines whether the launcher can be opened.
| Install | Whether to include the possibility of installing the launcher in the check. |
Implements ILauncherPlatform.
|
overridevirtual |
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 |
Implements ILauncherPlatform.