p.Chaos.DumpHierElementBuckets

p.Chaos.DumpHierElementBuckets

#Overview

name: p.Chaos.DumpHierElementBuckets

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/Source/Runtime/Experimental/Chaos/Private/ChaosSolversModule.cpp:319

Scope: file

Source code excerpt:


TAutoConsoleVariable<FString> DumpHier_ElementBuckets(
	TEXT("p.Chaos.DumpHierElementBuckets"),
	TEXT("1,4,8,16,32,64,128,256,512"),
	TEXT("Distribution buckets for dump hierarchy stats command"));

void FChaosSolversModule::DumpHierarchyStats(int32* OutOptMaxCellElements)
{
	TArray<FString> BucketStrings;