FReturnGraphTask

[FReturnGraphTask](API\Runtime\Core\Async\FReturnGraphTask) is a task used to return flow control from a named thread back to the original caller of ProcessThreadUntilRequestReturn

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h

Include

#include "Async/TaskGraphInterfaces.h"

Syntax

class FReturnGraphTask

Remarks

FReturnGraphTask is a task used to return flow control from a named thread back to the original caller of ProcessThreadUntilRequestReturn

Constructors

Name Description

Public function

FReturnGraphTask

(
    ENamedThreads::Type InThreadToRetur...
)

Constructor

Functions

Name Description

Public function

void

 

DoTask

(
    ENamedThreads::Type CurrentThread,
    const FGraphEventRef& MyCompletion...
)

Actually execute the task.

Public function

ENamedThread...

 

GetDesiredThread()

Retrieve the thread that this task wants to run on.

Public function Const

TStatId

 

GetStatId()

Public function Static

ESubsequents...

 

GetSubsequentsMode()