ILauncherWorker

Interface for launcher worker threads.

Windows
MacOS
Linux

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

Name Description

Protected function Virtual

~ILauncherWorker()

Virtual destructor.

Functions

Name Description

Public function Virtual

void

 

AddDevicePackagePair

(
    const FString& Device,
    const FString& Package
)

Set the app id running on the device

Public function

void

 

Cancel()

Cancels the operation.

Public function

void

 

CancelAndWait()

Cancels the operation and waits for the thread to finish any remaining work.

Public function Const

ILauncherPro...

 

GetLauncherProfile()

Get the launcher profile

Public function Const

ELauncherWor...

 

GetStatus()

Gets the worker's status.

Public function Const

int32

 

GetTasks

(
    TArray< ILauncherTaskPtr >& OutTas...
)

Gets the worker's list of tasks.

Public function

FOnLaunchCan...

 

OnCanceled()

Gets the canceled delegate

Public function

FOnLaunchCom...

 

OnCompleted()

Gets the completed delegate

Public function

FOutputMessa...

 

OnOutputReceived()

Gets the output message delegate

Public function

FOnStageComp...

 

OnStageCompleted()

Gets the stage completed delegate

Public function

FOnStageStar...

 

OnStageStarted()

Gets the stage started delegate

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss