ILauncherWorker::GetTasks

Gets the worker's list of tasks.

Unreal Engine C++ API Reference > Developer > LauncherServices > ILauncherWorker

References

   
Module LauncherServices
Header /Engine/Source/Developer/LauncherServices/Public/ILauncherWorker.h
Include #include "ILauncherWorker.h"
int32 GetTasks
(
    [TArray](API\Runtime\Core\Containers\TArray)< [ILauncherTaskPtr](API\Developer\LauncherServices\ILauncherTaskPtr) > & OutTasks
) const

Remarks

Gets the worker's list of tasks. The number of tasks returned.

Parameters

Name Description
OutTasks Will hold the task list.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library