Navigation
API > API/Runtime > API/Runtime/GDKPackageManifest > API/Runtime/GDKPackageManifest/IGDKPackageManifestModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsPakFileInstalled
(
const FString& InFilename |
Determine whether the given pak file is installed or just a download placeholder with no file system backing | IGDKPackageManifestModule.h | |
bool IsPakFileInstalled
(
XPackageMountHandle MountHandle, |
IGDKPackageManifestModule.h |
IsPakFileInstalled(const FString &)
Description
Determine whether the given pak file is installed or just a download placeholder with no file system backing
| Name | IsPakFileInstalled |
| Type | function |
| Header File | /Engine/Source/Runtime/Microsoft/GDKPackageManifest/Public/IGDKPackageManifestModule.h |
| Include Path | #include "IGDKPackageManifestModule.h" |
bool IsPakFileInstalled
(
const FString & InFilename
) const
IsPakFileInstalled(XPackageMountHandle, const FString &)
| Name | IsPakFileInstalled |
| Type | function |
| Header File | /Engine/Source/Runtime/Microsoft/GDKPackageManifest/Public/IGDKPackageManifestModule.h |
| Include Path | #include "IGDKPackageManifestModule.h" |
bool IsPakFileInstalled
(
XPackageMountHandle MountHandle,
const FString & InFilename
) const