FSimpleDelegateGraphTask::CreateAndDispatchWhenReady

Create a task and dispatch it when the prerequisites are complete

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/TaskGraphInterfaces.h"

Syntax

static FGraphEventRef CreateAndDispatchWhenReady
(
    const FDelegate & InTaskDeletegate,
    const TStatId && InStatId,
    const FGraphEventRef & InPrerequisite,
    ENamedThreads::Type InDesiredThread
)

Remarks

Create a task and dispatch it when the prerequisites are complete

Returns

completion handle for the new task

Parameters

Parameter

Description

InTaskDelegate

delegate to execute when the prerequisites are complete

InStatId

StatId of task for debugging or analysis tools

InPrerequisite

Handle for a single prerequisite for this task

InDesiredThread

Thread to run on

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