ParallelForImpl::CallBody

Helper specialization for "no context", which changes the assumed body call signature.

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>
    void ParallelForImpl::CallBody
    (
        const FunctionType & Body,
        const TArrayView< nullptr_t > &,
        int32,
        int32 Index
    )
}

Remarks

Helper specialization for "no context", which changes the assumed body call signature.