p.Chaos.Collision.ShapesArrayMode

p.Chaos.Collision.ShapesArrayMode

#Overview

name: p.Chaos.Collision.ShapesArrayMode

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/CollisionResolution.cpp:77

Scope: file

Source code excerpt:


bool bChaos_Collision_ShapesArrayMode = true;
FAutoConsoleVariableRef CVarChaos_Collision_ShapesArrayMode(TEXT("p.Chaos.Collision.ShapesArrayMode"), bChaos_Collision_ShapesArrayMode, TEXT(""));

namespace Chaos
{
	namespace Collisions
	{