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, typename ContextType>
void ParallelForImpl::CallBody
(
const FunctionType & Body,
const TArrayView< ContextType > & Contexts,
int32 TaskIndex,
int32 Index
)
}
Helper to call body with context reference.