Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async
Inheritance Hierarchy
- FCustomStatIDGraphTaskBase
- FNullGraphTask
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include | #include "Async/TaskGraphInterfaces.h" |
Syntax
class FNullGraphTask : public FCustomStatIDGraphTaskBase
Remarks
FNullGraphTask is a task that does nothing. It can be used to "gather" tasks into one prerequisite.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNullGraphTask
(
const TStatId& StatId, |
Constructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DoTask
(
ENamedThreads::Type CurrentThread, |
Actually execute the task. | |
| ENamedThreads::Type | Retrieve the thread that this task wants to run on. | ||
| ESubsequentsMode::Type |