Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/IInstallBundleSource
Description
Currently only called after AsyncInit initialization. Provides information about bundles this source knows about back to bundle manager.
| Name | AsyncInit_QueryBundleInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleSourceInterface.h |
| Include Path | #include "InstallBundleSourceInterface.h" |
void AsyncInit_QueryBundleInfo
(
FInstallBundleSourceQueryBundleInfoDelegate OnCompleteCallback
)