PackageName.ConvertFilenameToLongPackageName
PackageName.ConvertFilenameToLongPackageName
#Overview
name: PackageName.ConvertFilenameToLongPackageName
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Prints the corresponding packagename for a filename at a given localpath, 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:3008
Scope: file
Source code excerpt:
static FAutoConsoleCommand ConsoleCommandConvertFilenameToLongPackageName(
TEXT("PackageName.ConvertFilenameToLongPackageName"),
TEXT("Prints the corresponding packagename for a filename at a given localpath, according to the current registered mount points. Prints empty string if not mounted."),
FConsoleCommandWithArgsDelegate::CreateStatic(ConsoleCommandImplConvertFilenameToLongPackageName)
);
void ConsoleCommandImplConvertLongPackageNameToFilename(const TArray<FString>& Args)
{