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 void AsyncInit_SetUpdateBundleInfoCallback
(
FInstallBundleSourceUpdateBundleInfoDelegate UpdateCallback,
FInstallBundleLostRelevanceForSourceDelegate LostRelevanceCallback
)
Remarks
Sets callbacks to Install Bundle Manager for dynamically discovered bundles UpdateCallback - Call to add or update bundle info from this source. Must be called when there are no requests for the bundle. LostRelevanceCallback - Allows bundle manager to clean up bundles if they are no longer relevant to any source