gc.SuggestClusters

gc.SuggestClusters

#Overview

name: gc.SuggestClusters

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/CoreUObject/Private/UObject/UObjectClusters.cpp:582

Scope: file

Source code excerpt:


static FAutoConsoleCommand SuggestClustersCommand(
	TEXT("gc.SuggestClusters"),
	TEXT("Searches for assets which contain many internal objects which are not clustered."),
	FConsoleCommandWithArgsDelegate::CreateStatic(SuggestClusters)
);

#endif // !UE_BUILD_SHIPPING