ILauncherTask

Interface for launcher worker tasks.

Unreal Engine C++ API Reference > Developer > LauncherServices

References

   
Module LauncherServices
Header /Engine/Source/Developer/LauncherServices/Public/ILauncherTask.h
Include #include "ILauncherTask.h"

Syntax

class ILauncherTask  

Remarks

Interface for launcher worker tasks.

Functions

Type Name Description
void Cancel () Cancels the task.
const FStrin... GetDesc () Gets the task's name.
FTimespan GetDuration () Gets the duration of time that the task has been running.
uint32 GetErrorCount () Gets the amount of errors that were generated during this task
const FStrin... GetName () Gets the task's name.
ELauncherTas... GetStatus () Gets the task's current status.
uint32 GetWarningCount () Gets the amount of warnings that were generated during this task
bool IsCancelling () Gets if the task is trying to cancel
bool IsFinished () Checks whether the task has finished execution.
FOnTaskCompl... OnCompleted () Gets the completed delegate
FOnTaskStart... OnStarted () Gets the stage completed delegate
int32 ReturnCode () Retrieves the return code from the task

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library