FName.List

FName.List

#Overview

name: FName.List

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/Core/Private/UObject/UnrealNames.cpp:63

Scope (from outer to inner):

file
function     PRAGMA_DISABLE_UNSAFE_TYPECAST_WARNINGS /*NE_LOG_CATEGORY_STATIC

Source code excerpt:


	FAutoConsoleCommandWithWorldArgsAndOutputDevice CCListFNames(
		TEXT("FName.List"),
		TEXT("List all base FName strings to the output device. Pass -num=n to list the most recent n names."),
		FConsoleCommandWithWorldArgsAndOutputDeviceDelegate::CreateStatic(&ListFNames)
	);
	FAutoConsoleCommandWithWorldArgsAndOutputDevice CCDumpFNames(
		TEXT("FName.Dump"),
		TEXT("Dump all base FName strings to a file. Pass -num=n to dump the most recent n names."),