Navigation
API > API/Runtime > API/Runtime/LauncherCheck
Log categories Launch options when starting the Launcher
| Name | ELauncherAction |
| Type | enum |
| Header File | /Engine/Source/Runtime/Portal/LauncherCheck/Public/ILauncherCheckModule.h |
| Include Path | #include "ILauncherCheckModule.h" |
Syntax
enum ELauncherAction
{
AppLaunch,
AppUpdateCheck,
AppInstaller,
AppVerifyInstallation,
}
Values
| Name | Remarks |
|---|---|
| AppLaunch | Launch the App after the launcher is started |
| AppUpdateCheck | Check for an available update to the App after the launcher is started |
| AppInstaller | Modify the Apps installation - app has to support SD and be installed |
| AppVerifyInstallation | Notify the launcher that installation corruption was detected and that it should verify |