Navigation
API > API/Runtime > API/Runtime/LauncherCheck > API/Runtime/LauncherCheck/ILauncherCheckModule
References
| Module | LauncherCheck |
| Header | /Engine/Source/Runtime/Portal/LauncherCheck/Public/ILauncherCheckModule.h |
| Include | #include "ILauncherCheckModule.h" |
bool RunLauncher
(
ELauncherAction Action,
FString Payload
) const
Remarks
Opens the launcher, appending our identifier to the cmdline true, if it was successful
Parameters
| Name | Description |
|---|---|
| Action | The Action we want the launcher to take |
| Payload | (Optional) additional information we want to supply to the action uri |