p.aabbtree.DirtyElementMaxCellCapacity
p.aabbtree.DirtyElementMaxCellCapacity
#Overview
name: p.aabbtree.DirtyElementMaxCellCapacity
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
The maximum number of dirty elements that can be added to a single grid cell before spilling to slower flat list
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/AABBTree.cpp:15
Scope: file
Source code excerpt:
int32 FAABBTreeDirtyGridCVars::DirtyElementMaxCellCapacity = 32;
FAutoConsoleVariableRef FAABBTreeDirtyGridCVars::CVarDirtyElementMaxCellCapacity(TEXT("p.aabbtree.DirtyElementMaxCellCapacity"), FAABBTreeDirtyGridCVars::DirtyElementMaxCellCapacity, TEXT("The maximum number of dirty elements that can be added to a single grid cell before spilling to slower flat list"));
CSV_DEFINE_CATEGORY(ChaosPhysicsTimers, true);
int32 FAABBTreeCVars::SplitAtAverageCenter = 1;
FAutoConsoleVariableRef FAABBTreeCVars::CVarSplitAtAverageCenter(TEXT("p.aabbtree.splitataveragecenter"), FAABBTreeCVars::SplitAtAverageCenter, TEXT("Split AABB tree nodes at the average of the element centers"));