Choose your operating system:
Windows
macOS
Linux
| IAsyncProgress
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Async/IAsyncProgress.h |
Include |
#include "Async/IAsyncProgress.h" |
class IAsyncProgress
Interface for checking the progress of asynchronous tasks.
Name | Description | |
---|---|---|
|
~IAsyncProgress() |
Virtual destructor. |
Name | Description | ||
---|---|---|---|
|
TOptional< f... |
GetCompletion() |
Gets the task's completion percentage, if available (0.0 to 1.0, or unset). |
|
GetStatusText() |
Gets a human readable text for the task's current status. |
|
|
FSimpleDeleg... |
OnProgressChanged() |
A delegate that is executed if the task's progress changed. |