Choose your operating system:
Windows
macOS
Linux
| FCustomStatIDGraphTaskBase
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
Include |
#include "Async/TaskGraphInterfaces.h" |
class FNullGraphTask : public FCustomStatIDGraphTaskBase
FNullGraphTask is a task that does nothing. It can be used to "gather" tasks into one prerequisite.
Name | Description | |
---|---|---|
|
FNullGraphTask ( |
Constructor |
Name | Description | ||
---|---|---|---|
|
DoTask ( |
Actually execute the task. |
|
|
ENamedThread... |
GetDesiredThread() |
Retrieve the thread that this task wants to run on. |
|
ESubsequents... |
GetSubsequentsMode() |