p.chaos.dumphierarcystats
p.chaos.dumphierarcystats
#Overview
name: p.chaos.dumphierarcystats
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Outputs current collision hierarchy stats to the output log
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/PhysicsEngine/Experimental/PhysScene_Chaos.cpp:239
Scope: file
Source code excerpt:
}
static FAutoConsoleCommand Command_DumpHierarchyStats(TEXT("p.chaos.dumphierarcystats"), TEXT("Outputs current collision hierarchy stats to the output log"), FConsoleCommandWithArgsDelegate::CreateStatic(DumpHierarchyStats));
#if !UE_BUILD_SHIPPING
class FSpacialDebugDraw : public Chaos::ISpacialDebugDrawInterface<Chaos::FReal>
{
public: