Navigation
API > API/Developer > API/Developer/LauncherServices
References
| Module | LauncherServices |
| Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherWorker.h |
| Include | #include "ILauncherWorker.h" |
Syntax
class ILauncherWorker
Remarks
Interface for launcher worker threads.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddDevicePackagePair
(
const FString& Device, |
Set the app id running on the device | |
| void | Cancel () |
Cancels the operation. | |
| void | Cancels the operation and waits for the thread to finish any remaining work. | ||
| ILauncherProfilePtr | Get the launcher profile | ||
| ELauncherWorkerStatus::Type | GetStatus () |
Gets the worker's status. | |
| int32 | GetTasks
(
TArray< ILauncherTaskPtr >& OutTasks |
Gets the worker's list of tasks. | |
| FOnLaunchCanceledDelegate & | OnCanceled () |
Gets the canceled delegate | |
| FOnLaunchCompletedDelegate & | OnCompleted () |
Gets the completed delegate | |
| FOutputMessageReceivedDelegate & | Gets the output message delegate | ||
| FOnStageCompletedDelegate & | Gets the stage completed delegate | ||
| FOnStageStartedDelegate & | Gets the stage started delegate |