Navigation
API > API/Runtime > API/Runtime/Core
FReturnGraphTask is a task used to return flow control from a named thread back to the original caller of ProcessThreadUntilRequestReturn
| Name | FReturnGraphTask |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include Path | #include "Async/TaskGraphInterfaces.h" |
Syntax
class FReturnGraphTask
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FReturnGraphTask
(
ENamedThreads::Type InThreadToReturnFrom |
Constructor | Async/TaskGraphInterfaces.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ThreadToReturnFrom | ENamedThreads::Type | Named thread that we want to cause to return to the caller of ProcessThreadUntilRequestReturn. | Async/TaskGraphInterfaces.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DoTask
(
ENamedThreads::Type CurrentThread, |
Actually execute the task. | Async/TaskGraphInterfaces.h | |
ENamedThreads::Type GetDesiredThread() |
Retrieve the thread that this task wants to run on. | Async/TaskGraphInterfaces.h | |
TStatId GetStatId() |
Async/TaskGraphInterfaces.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ESubsequentsMode::Type GetSubsequentsMode() |
Async/TaskGraphInterfaces.h |