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, |
Deprecated. UPackage::Guid has not been used by the engine for a long time. Call DoesPackageExist without a Guid. |