Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async
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
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOptional< float > | Gets the task's completion percentage, if available (0.0 to 1.0, or unset). | ||
| FText | Gets a human readable text for the task's current status. | ||
| FSimpleDelegate & | A delegate that is executed if the task's progress changed. |