Navigation
API > API/Runtime > API/Runtime/Core
Templated graph task that is created to execute a specific function
Name
TGraphTask
Type
class
Header File
/Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h
Include Path
#include "Async/TaskGraphInterfaces.h"
Syntax
template<typename TTask>
class TGraphTask :
public TConcurrentLinearObject< TGraphTask< TTask >, FTaskGraphBlockAllocationTag > ,
public FBaseGraphTask
Copy full snippet
Inheritance Hierarchy
Constructors
Name
Remarks
Include Path
Unreal Specifiers
TGraphTask
(
const FGraphEventArray* InPrerequisites
)
Async/TaskGraphInterfaces.h
Classes
Name
Remarks
FConstructor
This is a helper class returned from the factory.
Structs
Variables
Protected
Functions
Static
Name
Remarks
Include Path
Unreal Specifiers
Factory to create a task and return the helper object to construct the embedded task and set it up for execution.
Async/TaskGraphInterfaces.h