p.ChaosClothVisualization.StretchBiasDrawRangeMin
p.ChaosClothVisualization.StretchBiasDrawRangeMin
#Overview
name: p.ChaosClothVisualization.StretchBiasDrawRangeMin
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Min stretch in draw color range. Negative = compressed, 0 = undeformed, positive = stretched. (When drawing warp/weft stretch)
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/ChaosCloth/Source/ChaosCloth/Private/ChaosCloth/ChaosClothVisualization.cpp:73
Scope (from outer to inner):
file
namespace Chaos
namespace Private
Source code excerpt:
static float StretchBiasDrawRangeMin = -1.f;
static float StretchBiasDrawRangeMax = 1.f;
static FAutoConsoleVariableRef CVarClothVizStretchBiasDrawRangeMin(TEXT("p.ChaosClothVisualization.StretchBiasDrawRangeMin"), StretchBiasDrawRangeMin, TEXT("Min stretch in draw color range. Negative = compressed, 0 = undeformed, positive = stretched. (When drawing warp/weft stretch)"));
static FAutoConsoleVariableRef CVarClothVizStretchBiasDrawRangeMax(TEXT("p.ChaosClothVisualization.StretchBiasDrawRangeMax"), StretchBiasDrawRangeMax, TEXT("Max stretch in draw color range. Negative = compressed, 0 = undeformed, positive = stretched. (When drawing warp/weft stretch)"));
static bool bStretchBiasDrawOutOfRange = true;
static FAutoConsoleVariableRef CVarClothVizStretchBiasDrawOutOfRange(TEXT("p.ChaosClothVisualization.StretchBiasDrawOutOfRange"), bStretchBiasDrawOutOfRange, TEXT("Draw out of range elements (When drawing warp/weft stretch)"));
enum class EAnisoSpringDrawMode : int
{