ParallelFor

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

void

 

ParallelFor

(
    TFunctionRef< void...,
    int32 MinParallelSize
)

Execute the specified function in parallel, on all items for each active range (sequential range, parallel items). Set MinParallelSize to run sequential on the smaller ranges.

Public function Const

void

 

ParallelFor

(
    TFunctionRef< void...,
    bool bForceSingleThreadedRange,
    int32 MinParallelSize
)

Execute the specified function in nested parallel for loops, on all items for each active range (parallel range, parallel items). Set MinParallelSize to run sequential on the smaller ranges.

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