p.ChaosClothVisualization.StretchBiasDrawOutOfRange

p.ChaosClothVisualization.StretchBiasDrawOutOfRange

#Overview

name: p.ChaosClothVisualization.StretchBiasDrawOutOfRange

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/Plugins/ChaosCloth/Source/ChaosCloth/Private/ChaosCloth/ChaosClothVisualization.cpp:76

Scope (from outer to inner):

file
namespace    Chaos
namespace    Private

Source code excerpt:

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
{
	ParallelGraphColor = 0,
	Anisotropy = 1,
};