p.AnimDynamicsDetailedStats
p.AnimDynamicsDetailedStats
#Overview
name: p.AnimDynamicsDetailedStats
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When set to 1, will enable more detailed stats.
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/Engine/Private/Animation/AnimPhysicsSolver.cpp:44
Scope: file
Source code excerpt:
bool FAnimPhys::bEnableDetailedStats = false;
static FAutoConsoleVariableRef CVarAnimDynamicsDetailedStats(TEXT("p.AnimDynamicsDetailedStats"), FAnimPhys::bEnableDetailedStats, TEXT("When set to 1, will enable more detailed stats."));
//////////////////////////////////////////////////////////////////////////
// FAnimPhysShape - Defines a set of vertices that make a shape with volume and CoM
FAnimPhysShape::FAnimPhysShape() : Volume(0.0f)
, CenterOfMass(0.0f)