FDelegateGraphTask::FDelegateGraphTask

Task constructor

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/TaskGraphInterfaces.h"

Syntax

FDelegateGraphTask
(
    const FDelegate & InTaskDeletegate,
    const TStatId InStatId,
    ENamedThreads::Type InDesiredThread
)

Remarks

Task constructor

Parameters

Parameter

Description

InTaskDelegate

delegate to execute when the prerequisites are complete

InStatId

The stat id 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