p.ChaosClothVisualization.AnisoSpringDrawMode
p.ChaosClothVisualization.AnisoSpringDrawMode
#Overview
name: p.ChaosClothVisualization.AnisoSpringDrawMode
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Stretch draw mode, 0 = Parallel graph color, 1 = Anisotropy
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:84
Scope (from outer to inner):
file
namespace Chaos
namespace Private
Source code excerpt:
};
static int32 AnisoSpringDrawMode = (int32)EAnisoSpringDrawMode::ParallelGraphColor;
static FAutoConsoleVariableRef CVarClothVizAnisoSpringDrawMode(TEXT("p.ChaosClothVisualization.AnisoSpringDrawMode"), AnisoSpringDrawMode, TEXT("Stretch draw mode, 0 = Parallel graph color, 1 = Anisotropy"));
static FString WeightMapName = "";
static FAutoConsoleVariableRef CVarClothVizWeightMapName(TEXT("p.ChaosClothVisualization.WeightMapName"), WeightMapName, TEXT("Weight map name to be visualized"));
// copied from ClothEditorMode
FLinearColor PseudoRandomColor(int32 NumColorRotations)