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