ParallelForImpl::CallBody

Helper to call body with context reference.

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::CallBody
    (
        const FunctionType & Body,
        const TArrayView< ContextType > & Contexts,
        int32 TaskIndex,
        int32 Index
    )
}

Remarks

Helper to call body with context reference.