Chaos.Debug.RadialImpulseDistributeToChildren

Chaos.Debug.RadialImpulseDistributeToChildren

#Overview

name: Chaos.Debug.RadialImpulseDistributeToChildren

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/PhysicsObjectInterface.cpp:22

Scope (from outer to inner):

file
namespace    PhysicsObjectInterfaceCVars

Source code excerpt:

	static bool RadialImpulseDistributeToChildren = true;
	static FAutoConsoleVariableRef CVarRadialImpulseDistributeToChildren(
		TEXT("Chaos.Debug.RadialImpulseDistributeToChildren"),
		RadialImpulseDistributeToChildren,
		TEXT("When one and applied to a geometry collection cluster, the impulse will be divided equally betweemn all the children"),
		ECVF_Default
	);
}