UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Parallel.h File Reference

Go to the source code of this file.

Namespaces

namespace  Chaos
 

Functions

void CHAOS_API Chaos::PhysicsParallelForRange (int32 InNum, TFunctionRef< void(int32, int32)> InCallable, const int32 MinBatchSize, bool bForceSingleThreaded=false)
 
void CHAOS_API Chaos::PhysicsParallelFor (int32 InNum, TFunctionRef< void(int32)> InCallable, bool bForceSingleThreaded=false)
 
void CHAOS_API Chaos::InnerPhysicsParallelForRange (int32 InNum, TFunctionRef< void(int32, int32)> InCallable, const int32 MinBatchSize, bool bForceSingleThreaded=false)
 
void CHAOS_API Chaos::InnerPhysicsParallelFor (int32 InNum, TFunctionRef< void(int32)> InCallable, bool bForceSingleThreaded=false)
 
void CHAOS_API Chaos::PhysicsParallelForWithContext (int32 InNum, TFunctionRef< int32(int32, int32)> InContextCreator, TFunctionRef< void(int32, int32)> InCallable, bool bForceSingleThreaded=false)
 
bool CHAOS_API Chaos::ShouldExecuteTasksInParallel (int32 InTaskNum)