Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Async/ParallelFor.h |
Include |
#include "Async/ParallelFor.h" |
namespace ParallelForImpl
{
template<typename FunctionType>
void ParallelForImpl::ParallelForInternal
(
int32 Num,
FunctionType Body,
EParallelForFlags Flags
)
}