ParallelForImpl::GetNumberOfThreadTasks

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
{
    int32 ParallelForImpl::GetNumberOfThreadTasks
    (
        int32 Num,
        EParallelForFlags Flags
    )
}