Choose your operating system:
Windows
macOS
Linux
| FCustomStatIDGraphTaskBase
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
Include |
#include "Async/TaskGraphInterfaces.h" |
class FDelegateGraphTask : public FCustomStatIDGraphTaskBase
Task class for more full featured delegate based tasks. Still less efficient than a custom task, but provides all of the args
Name | Description | ||
---|---|---|---|
|
const ENamedThr... |
DesiredThread |
Thread to run delegate on |
|
TaskDelegate |
Delegate to fire when task runs |
Name | Description | |
---|---|---|
|
FDelegateGraphTask ( |
Task constructor |
Name | Description | ||
---|---|---|---|
|
FGraphEventR... |
CreateAndDispatchWhenReady ( |
Create a task and dispatch it when the prerequisites are complete |
|
FGraphEventR... |
CreateAndDispatchWhenReady ( |
Create a task and dispatch it when the prerequisites are complete |
|
DoTask ( |
||
|
ENamedThread... |
GetDesiredThread() |
|
|
ESubsequents... |
GetSubsequentsMode() |
Name |
Description |
---|---|
FDelegate |