FName.Stats
FName.Stats
#Overview
name: FName.Stats
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Write FName stats to the output device.
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/Core/Private/UObject/UnrealNames.cpp:83
Scope (from outer to inner):
file
function PRAGMA_DISABLE_UNSAFE_TYPECAST_WARNINGS /*NE_LOG_CATEGORY_STATIC
Source code excerpt:
);
FAutoConsoleCommandWithOutputDevice CCGetFNameStats(
TEXT("FName.Stats"),
TEXT("Write FName stats to the output device."),
FConsoleCommandWithOutputDeviceDelegate::CreateStatic(&GetFNameStats)
);
FAutoConsoleCommandWithOutputDevice CCDumpHashCsv(
TEXT("FName.HashCsv"),
TEXT("Write FName hash stats to a csv file."),