gc.FindStaleClusters
gc.FindStaleClusters
#Overview
name: gc.FindStaleClusters
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Dumps all clusters do output log that are not referenced by anything.
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:570
Scope: file
Source code excerpt:
static FAutoConsoleCommand FindStaleClustersCommand(
TEXT("gc.FindStaleClusters"),
TEXT("Dumps all clusters do output log that are not referenced by anything."),
FConsoleCommandWithArgsDelegate::CreateStatic(FindStaleClusters)
);
static FAutoConsoleCommand DumpRefsToClusterCommand(
TEXT("gc.DumpRefsToCluster"),