Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/FInstallBundleCache
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Contains
(
FName BundleName |
InstallBundleCache.h | ||
bool Contains
(
FInstallBundleSourceType Source, |
InstallBundleCache.h |
Contains(FName)
| Name | Contains |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleCache.h |
| Include Path | #include "InstallBundleCache.h" |
| Source | /Engine/Source/Runtime/InstallBundleManager/Private/InstallBundleCache.cpp |
bool Contains
(
FName BundleName
) const
Contains(FInstallBundleSourceType, FName)
| Name | Contains |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleCache.h |
| Include Path | #include "InstallBundleCache.h" |
| Source | /Engine/Source/Runtime/InstallBundleManager/Private/InstallBundleCache.cpp |
bool Contains
(
FInstallBundleSourceType Source,
FName BundleName
) const