IAsyncProgress

Interface for checking the progress of asynchronous tasks.

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

IAsyncProgress

IMessageRpcClient::FCall

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Async/IAsyncProgress.h

Include

#include "Async/IAsyncProgress.h"

Syntax

class IAsyncProgress

Remarks

Interface for checking the progress of asynchronous tasks.

Destructors

Name Description

Public function Virtual

~IAsyncProgress()

Virtual destructor.

Functions

Name Description

Public function

TOptional< f...

 

GetCompletion()

Gets the task's completion percentage, if available (0.0 to 1.0, or unset).

Public function

FText

 

GetStatusText()

Gets a human readable text for the task's current status.

Public function

FSimpleDeleg...

 

OnProgressChanged()

A delegate that is executed if the task's progress changed.