Navigation
API > API/Runtime > API/Runtime/LauncherCheck
References
| Module | LauncherCheck |
| Header | /Engine/Source/Runtime/Portal/LauncherCheck/Public/ILauncherCheckModule.h |
| Include | #include "ILauncherCheckModule.h" |
Syntax
enum ELauncherAction
{
AppLaunch,
AppUpdateCheck,
AppInstaller,
AppVerifyInstallation,
}
Values
| Name | Description |
|---|---|
| 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 |
Remarks
Log categories Launch options when starting the Launcher