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

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()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss