Navigation
Unreal Engine C++ API Reference > Developer > LauncherServices
References
Module | LauncherServices |
Header | /Engine/Source/Developer/LauncherServices/Public/ILauncher.h |
Include | #include "ILauncher.h" |
Syntax
class ILauncher
Remarks
Interface for game launchers.
Variables
Type | Name | Description |
---|---|---|
FOnLauncherWork... | FLauncherWorkerStartedDelegate |
Destructors
Type | Name | Description |
---|---|---|
~ILauncher () | Virtual destructor. |
Functions
Type | Name | Description |
---|---|---|
ILauncherWor... | Launch ( const TSharedRef< ITargetDeviceProx..., const ILauncherProfileRef& Profile ) | Launches the specified profile. |