Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Misc > API/Runtime/CoreUObject/Misc/FPackageName
| Type | Name | Description | |
|---|---|---|---|
| bool | DoesPackageExist
(
const FPackagePath& PackagePath, |
Checks if the package exists on disk. PackagePath must be a mounted path, otherwise returns false | |
| bool | DoesPackageExist
(
const FString& LongPackageName, |
Checks if the package exists on disk. | |
| bool | DoesPackageExist
(
const FPackagePath& PackagePath, |
Checks if the package exists on disk. PackagePath must be a mounted path, otherwise returns false | |
| bool | DoesPackageExist
(
const FString& LongPackageName, |
Checks if the package exists on disk. |