p.Chaos.Convex.EnableMerging

p.Chaos.Convex.EnableMerging

#Overview

name: p.Chaos.Convex.EnableMerging

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/ConvexOptimizer.cpp:33

Scope (from outer to inner):

file
namespace    Chaos
namespace    CVars

Source code excerpt:

	// Boolean to check if we are merging (bottom-up) or splitting (top-bottom) the convexes 
	bool ChaosConvexEnableMerging = true;
	FAutoConsoleVariableRef CVarChaosConvexEnableMerging(TEXT("p.Chaos.Convex.EnableMerging"), ChaosConvexEnableMerging, TEXT("Boolean to check if we are merging (bottom-up) or splitting (top-bottom) the convexes"));
	
	extern int32 ChaosUnionBVHMaxDepth;
	extern int32 ChaosUnionBVHMinShapes;
}

namespace Private