Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async
Inheritance Hierarchy
- FInheritedContextBase
- FAsyncTaskBase
- FAsyncTask
- FAsyncTaskExecuterWithAbort
- FAsyncTaskExecuterWithProgressCancel
- FGroomBindingAsyncBuildTask
- FSkinnedAssetAsyncBuildTask
- FStaticMeshAsyncBuildTask
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/AsyncWork.h |
| Include | #include "Async/AsyncWork.h" |
Syntax
template<typename TTask>
class FAsyncTask : public FAsyncTaskBase
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAsyncTask () |
|||
FAsyncTask
(
Arg0Type&& Arg0, |
Forwarding constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TTask & | GetTask () |
Retrieve embedded user job, not legal to call while a job is in process | |
| const TTask & | GetTask () |
Retrieve embedded user job, not legal to call while a job is in process |
Overridden from FAsyncTaskBase
| Type | Name | Description | |
|---|---|---|---|
| void | DoTaskWork () |
Perform task's work | |
| bool | Abandon task if possible, returns true on success, false otherwise. |