p.checkbox
p.checkbox
#Overview
name: p.checkbox
This variable is created as a Console Variable (cvar).
- type:
Var
- help: ``
It is referenced in 119
C++ source files.
#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/BoundingVolumeHierarchy.cpp:268
Scope (from outer to inner):
file
namespace Chaos
Source code excerpt:
int32 CheckBox = 1;
FAutoConsoleVariableRef CVarCheckBox(TEXT("p.checkbox"), CheckBox, TEXT(""));
template <typename T, int d>
struct TSpecializeParticlesHelper<TParticles<T, d>>
{
template <typename QUERY_OBJECT>
static void AccumulateChildrenResults(TArray<int32>& AccumIntersectionList, const TArray<int32>& PotentialChildren, const QUERY_OBJECT& QueryObject, const TMap<int32, TAABB<T, d>>& WorldSpaceBoxes)
#Associated Variable and Callsites
This variable is associated with another variable named CheckBox
, which is a popular name and overloaded in many contexts. There are 118
callsites. We have to skip these details.