Navigation
API > API/Runtime > API/Runtime/Core
| Name | FFunctionGraphTask |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include Path | #include "Async/TaskGraphInterfaces.h" |
Syntax
struct FFunctionGraphTask
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FGraphEventRef CreateAndDispatchWhenReady
(
TUniqueFunction< void()> InFunction, |
Create a task and dispatch it when the prerequisites are complete | Async/TaskGraphInterfaces.h | |
static FGraphEventRef CreateAndDispatchWhenReady
(
TUniqueFunction< void(ENamedThreads::Type, const FGraphEventRef&)> InFunction, |
Async/TaskGraphInterfaces.h | ||
static FGraphEventRef CreateAndDispatchWhenReady
(
TUniqueFunction< void()> InFunction, |
Create a task and dispatch it when the prerequisites are complete | Async/TaskGraphInterfaces.h | |
static FGraphEventRef CreateAndDispatchWhenReady
(
TUniqueFunction< void(ENamedThreads::Type, const FGraphEventRef&)> InFunction, |
Async/TaskGraphInterfaces.h |