FFunctionGraphTask::FFunctionGraphTask

Task constructor

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/TaskGraphInterfaces.h"

Syntax

FFunctionGraphTask
(
    TUniqueFunction< void()> && InFunction,
    const TStatId StatId,
    ENamedThreads::Type InDesiredThread
)

Remarks

Task constructor

Parameters

Parameter

Description

InFunction

function 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