Navigation
API > API/Runtime > API/Runtime/Core
FNullGraphTask is a task that does nothing. It can be used to "gather" tasks into one prerequisite.
| Name | FNullGraphTask |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include Path | #include "Async/TaskGraphInterfaces.h" |
Syntax
class FNullGraphTask : public FCustomStatIDGraphTaskBase
Inheritance Hierarchy
- FCustomStatIDGraphTaskBase → FNullGraphTask
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNullGraphTask
(
const TStatId& StatId, |
Constructor | Async/TaskGraphInterfaces.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DesiredThread | ENamedThreads::Type | Thread to run on, can be ENamedThreads::AnyThread | Async/TaskGraphInterfaces.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DoTask
(
ENamedThreads::Type CurrentThread, |
Actually execute the task. | Async/TaskGraphInterfaces.h | |
ENamedThreads::Type GetDesiredThread() |
Retrieve the thread that this task wants to run on. | Async/TaskGraphInterfaces.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ESubsequentsMode::Type GetSubsequentsMode() |
Async/TaskGraphInterfaces.h |