p.Chaos.PBDLongRangeConstraints.MinParallelBatchSize

p.Chaos.PBDLongRangeConstraints.MinParallelBatchSize

#Overview

name: p.Chaos.PBDLongRangeConstraints.MinParallelBatchSize

This variable is created as a Console Variable (cvar).

It is referenced in 1 C++ source file.

#Summary

#References in C++ code

#Callsites

This variable is referenced in the following C++ source code:

#Loc: <Workspace>/Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/PBDLongRangeConstraintsBase.cpp:12

Scope: file

Source code excerpt:


FAutoConsoleVariableRef CVarChaosPBDLongRangeConstraintsMinParallelBatchSize(
	TEXT("p.Chaos.PBDLongRangeConstraints.MinParallelBatchSize"),
	ChaosPBDLongRangeConstraintsMinParallelBatchSize,
	TEXT("The minimum number of long range tethers in a batch to process in parallel."),
	ECVF_Cheat);

namespace Chaos::Softs {