Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackageName
Description
Converts a long package name to a file name with the supplied extension. Throws a fatal error if the conversion is not successful.
| Name | LongPackageNameToFilename |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h |
| Include Path | #include "Misc/PackageName.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Misc/PackageName.cpp |
static FString LongPackageNameToFilename
(
const FString & InLongPackageName,
const FString & InExtension
)
Package filename.
Parameters
| Name | Remarks |
|---|---|
| InLongPackageName | Long Package Name |
| InExtension | Package extension. |