Navigation
API > API/Runtime > API/Runtime/LauncherCheck
Inheritance Hierarchy
- IModuleInterface
- ILauncherCheckModule
References
| Module | LauncherCheck |
| Header | /Engine/Source/Runtime/Portal/LauncherCheck/Public/ILauncherCheckModule.h |
| Include | #include "ILauncherCheckModule.h" |
Syntax
class ILauncherCheckModule : public IModuleInterface
Remarks
Interface for the Launcher checking system
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| ILauncherCheckModule & | Get () |
Singleton-like access to this module's interface. | |
| bool | RunLauncher
(
ELauncherAction Action, |
Opens the launcher, appending our identifier to the cmdline | |
| bool | Checks to see if the current app was ran from the Launcher |