FName.HashCsv
FName.HashCsv
#Overview
name: FName.HashCsv
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Write FName hash stats to a csv file.
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:88
Scope (from outer to inner):
file
function PRAGMA_DISABLE_UNSAFE_TYPECAST_WARNINGS /*NE_LOG_CATEGORY_STATIC
Source code excerpt:
);
FAutoConsoleCommandWithOutputDevice CCDumpHashCsv(
TEXT("FName.HashCsv"),
TEXT("Write FName hash stats to a csv file."),
FConsoleCommandWithOutputDeviceDelegate::CreateStatic(&DumpHashCsv)
);
}
const TCHAR* LexToString(EName Ename)