Navigation
API > API/Runtime > API/Runtime/LauncherPlatform
| Name | ILauncherPlatform |
| Type | class |
| Header File | /Engine/Source/Runtime/Portal/LauncherPlatform/Public/ILauncherPlatform.h |
| Include Path | #include "ILauncherPlatform.h" |
Syntax
class ILauncherPlatform
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ILauncherPlatform() |
Virtual destructor | ILauncherPlatform.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanOpenLauncher
(
bool Install |
Determines whether the launcher can be opened. | ILauncherPlatform.h | |
bool OpenLauncher
(
const FOpenLauncherOptions& Options |
Opens the marketplace user interface. | ILauncherPlatform.h |