r.Water.ShallowWaterMaxImpulseForces
r.Water.ShallowWaterMaxImpulseForces
#Overview
name: r.Water.ShallowWaterMaxImpulseForces
This variable is created as a Console Variable (cvar).
- type: 
Var - help: 
Max number of impulse forces that will be registered with sim at a time. 
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/Plugins/Experimental/Water/Source/Runtime/Private/WaterSubsystem.cpp:101
Scope: file
Source code excerpt:
static int32 ShallowWaterSimulationMaxImpulseForces = 3;
static FAutoConsoleVariableRef CVarShallowWaterSimulationMaxImpulseForces(
	TEXT("r.Water.ShallowWaterMaxImpulseForces"),
	ShallowWaterSimulationMaxImpulseForces,
	TEXT("Max number of impulse forces that will be registered with sim at a time."),
	ECVF_Scalability
);
static int32 ShallowWaterSimulationRenderTargetSize = 1024;