Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/IInstallBundleSource
References
| Module | InstallBundleManager |
| Header | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleSourceInterface.h |
| Include | #include "InstallBundleSourceInterface.h" |
virtual EInstallBundleSourceBundleSkipReason GetBundleSkipReason
(
FName BundleName
) const
Remarks
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