Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Misc > API/Runtime/CoreUObject/Misc/FPackageName
| Type | Name | Description | |
|---|---|---|---|
| bool | TryConvertFilenameToLongPackageName
(
const FString& InFilename, |
Tries to convert the supplied relative or absolute filename to a long package name/path starting with a root like /game This works on both package names and directories, and it does not validate that it actually exists on disk. | |
| bool | TryConvertFilenameToLongPackageName
(
FStringView InFilename, |