FSimpleDelegateGraphTask::FSimpleDelegateGraphTask

Task constructor

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/TaskGraphInterfaces.h"

Syntax

FSimpleDelegateGraphTask
(
    const FDelegate & InTaskDeletegate,
    const TStatId StatId,
    ENamedThreads::Type InDesiredThread
)

Remarks

Task constructor

Parameters

Parameter

Description

InTaskDelegate

delegate to execute when the prerequisites are complete

StatId

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