ILauncherWorker::GetTasks

Gets the worker's list of tasks.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

/Engine/Source/Developer/LauncherServices/Public/ILauncherWorker.h

Include

#include "ILauncherWorker.h"

Syntax

int32 GetTasks
(
    TArray< ILauncherTaskPtr > & OutTasks
) const

Remarks

Gets the worker's list of tasks.

Returns

The number of tasks returned.

Parameters

Parameter

Description

OutTasks

Will hold the task list.

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