ParallelForWithPreWork

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

ParallelForWithPreWork

(
    int32 Num,
    TFunctionRef< void)> Body,
    TFunctionRef< void()> CurrentThread...,
    EParallelForFlags Flags
)

General purpose parallel for that uses the taskgraph

Public function

void

 

ParallelForWithPreWork

(
    int32 Num,
    TFunctionRef< void)> Body,
    TFunctionRef< void()> CurrentThread...,
    bool bForceSingleThread,
    bool bPumpRenderingThread
)

General purpose parallel for that uses the taskgraph

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