Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Async/ParallelFor.h |
Include |
#include "Async/ParallelFor.h" |
template<typename FunctionType>
struct TParallelForData
Struct to hold the working data; this outlives the ParallelFor call; lifetime is controlled by a shared pointer
Name | Description | ||
---|---|---|---|
|
std::atomic< bo... |
bExited |
|
|
BlockSize |
||
|
FunctionType |
Body |
|
|
bSaveLastBlockForMaster |
||
|
bTriggered |
||
|
FEvent * |
Event |
|
|
IndexToDo |
||
|
LastBlockExtraNum |
||
|
Num |
||
|
NumCompleted |
Name | Description | |
---|---|---|
|
TParallelForData ( |
Name | Description | |
---|---|---|
|
~TParallelForData() |
Name | Description | ||
---|---|---|---|
|
Process ( |
||
|
Process ( |