Navigation
Unreal Engine C++ API Reference > Runtime > Core > Async
Inheritance Hierarchy
- FInheritedContextBase
- FAsyncTaskBase
- FAsyncTask
- FAsyncTaskExecuterWithAbort
- FAsyncTaskExecuterWithProgressCancel
- 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
Remarks
Insights.
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. |