Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
Include |
#include "Async/TaskGraphInterfaces.h" |
class FReturnGraphTask
FReturnGraphTask is a task used to return flow control from a named thread back to the original caller of ProcessThreadUntilRequestReturn
Name | Description | |
---|---|---|
|
FReturnGraphTask ( |
Constructor |
Name | Description | ||
---|---|---|---|
|
DoTask ( |
Actually execute the task. |
|
|
ENamedThread... |
GetDesiredThread() |
Retrieve the thread that this task wants to run on. |
|
GetStatId() |
||
|
ESubsequents... |
GetSubsequentsMode() |