IInstallBundleSource::GetBundleSkipReason

Allows this bundle source to reject bundle requests early, rather than failing them.

Windows
MacOS
Linux

References

Module

InstallBundleManager

Header

/Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleSourceInterface.h

Include

#include "InstallBundleSourceInterface.h"

Syntax

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss