gc.ListClusters
gc.ListClusters
#Overview
name: gc.ListClusters
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Dumps all clusters do output log. When \'Hiearchy\' argument is specified lists all objects inside clusters.
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/CoreUObject/Private/UObject/UObjectClusters.cpp:564
Scope: file
Source code excerpt:
static FAutoConsoleCommand ListClustersCommand(
TEXT("gc.ListClusters"),
TEXT("Dumps all clusters do output log. When 'Hiearchy' argument is specified lists all objects inside clusters."),
FConsoleCommandWithArgsDelegate::CreateStatic(ListClusters)
);
static FAutoConsoleCommand FindStaleClustersCommand(
TEXT("gc.FindStaleClusters"),