Choose your operating system:
Windows
macOS
Linux
| FCustomStatIDGraphTaskBase
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
Include |
#include "Async/TaskGraphInterfaces.h" |
class FSimpleDelegateGraphTask : public FCustomStatIDGraphTaskBase
Task class for simple delegate based tasks. This is less efficient than a custom task, doesn't provide the task arguments, doesn't allow specification of the current thread, etc.
Name | Description | ||
---|---|---|---|
|
const ENamedThr... |
DesiredThread |
Thread to run delegate on |
|
TaskDelegate |
Delegate to fire when task runs |
Name | Description | |
---|---|---|
|
FSimpleDelegateGraphTask ( |
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 |