p.aabbtree.DynamicTreeLeafCapacity
p.aabbtree.DynamicTreeLeafCapacity
#Overview
name: p.aabbtree.DynamicTreeLeafCapacity
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Dynamic Tree Leaf Capacity
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:29
Scope: file
Source code excerpt:
int32 FAABBTreeCVars::DynamicTreeLeafCapacity = 8;
FAutoConsoleVariableRef FAABBTreeCVars::CVarDynamicTreeLeafCapacity(TEXT("p.aabbtree.DynamicTreeLeafCapacity"), FAABBTreeCVars::DynamicTreeLeafCapacity, TEXT("Dynamic Tree Leaf Capacity"));
bool FAABBTimeSliceCVars::bUseTimeSliceMillisecondBudget = true;
FAutoConsoleVariableRef FAABBTimeSliceCVars::CVarUseTimeSliceByMillisecondBudget(TEXT("p.aabbtree.UseTimeSliceMillisecondBudget"), FAABBTimeSliceCVars::bUseTimeSliceMillisecondBudget, TEXT("Set to True if we want to timeslice tree generation by a milisecond budget instead of per nodes processed"));
float FAABBTimeSliceCVars::MaxProcessingTimePerSliceSeconds = 0.001f;
FAutoConsoleVariableRef FAABBTimeSliceCVars::CVarMaxProcessingTimePerSlice(TEXT("p.aabbtree.MaxProcessingTimePerSliceSeconds"), FAABBTimeSliceCVars::MaxProcessingTimePerSliceSeconds, TEXT("Set to True if we want to timeslice tree generation by a milisecond budget instead of per nodes processed or data size copied"));