FNullGraphTask

[FNullGraphTask](API\Runtime\Core\Async\FNullGraphTask) is a task that does nothing.

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

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

Name Description

Public function

FNullGraphTask

(
    const TStatId& StatId,
    ENamedThreads::Type InDesiredThread
)

Constructor

Functions

Name Description

Public function

void

 

DoTask

(
    ENamedThreads::Type CurrentThread,
    const FGraphEventRef& MyCompletion...
)

Actually execute the task.

Public function

ENamedThread...

 

GetDesiredThread()

Retrieve the thread that this task wants to run on.

Public function Static

ESubsequents...

 

GetSubsequentsMode()