Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/IInstallBundleSource
Description
Allows this bundle source to reject bundle requests early, rather than failing them. This means that client code does not have to wait on these bundles. This may be called anytime after Init, even during AsyncInit
| Name | GetBundleSkipReason |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleSourceInterface.h |
| Include Path | #include "InstallBundleSourceInterface.h" |
virtual EInstallBundleSourceBundleSkipReason GetBundleSkipReason
(
FName BundleName
) const