ParallelForImpl::ParallelForInternal

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Async/ParallelFor.h

Include

#include "Async/ParallelFor.h"

Syntax

namespace ParallelForImpl
{
    template<typename FunctionType, typename ContextType>
    void ParallelForImpl::ParallelForInternal
    (
        int32 Num,
        FunctionType Body,
        EParallelForFlags Flags,
        const TArrayView< ContextType > & Contexts
    )
}