PackageName.ConvertLongPackageNameToFilename
PackageName.ConvertLongPackageNameToFilename
#Overview
name: PackageName.ConvertLongPackageNameToFilename
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Prints the corresponding local filename for a given packagename, according to the current registered mount points. Prints empty string if not mounted.
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/Misc/PackageName.cpp:3032
Scope: file
Source code excerpt:
static FAutoConsoleCommand ConsoleCommandConvertLongPackageNameToFilename(
TEXT("PackageName.ConvertLongPackageNameToFilename"),
TEXT("Prints the corresponding local filename for a given packagename, according to the current registered mount points. Prints empty string if not mounted."),
FConsoleCommandWithArgsDelegate::CreateStatic(ConsoleCommandImplConvertLongPackageNameToFilename)
);
#endif
#if WITH_DEV_AUTOMATION_TESTS