p.aabbtree.MinDataChunkToProcessBetweenTimeChecks
p.aabbtree.MinDataChunkToProcessBetweenTimeChecks
#Overview
name: p.aabbtree.MinDataChunkToProcessBetweenTimeChecks
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Minimum amount of data elements to process before checking if we are withing budget
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:41
Scope: file
Source code excerpt:
int32 FAABBTimeSliceCVars::MinDataChunkToProcessBetweenTimeChecks = 500;
FAutoConsoleVariableRef FAABBTimeSliceCVars::CVarMinDataChunkToProcessBetweenTimeChecks(TEXT("p.aabbtree.MinDataChunkToProcessBetweenTimeChecks"), FAABBTimeSliceCVars::MinDataChunkToProcessBetweenTimeChecks, TEXT("Minimum amount of data elements to process before checking if we are withing budget"));