CreateTask

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

FConstructor

 

CreateTask

(
    const FGraphEventArray* Prereq...,
    ENamedThreads::Type CurrentThreadIf...
)

Factory to create a task and return the helper object to construct the embedded task and set it up for execution.

Private function Static

FConstructor

 

CreateTask

(
    FGraphEventRef SubsequentsToAssume,
    const FGraphEventArray* Prereq...,
    ENamedThreads::Type CurrentThreadIf...
)

Factory to create a gather task which assumes the given subsequent list from some other tasks.

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