Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/FInstallManagerBundleReport
Description
Returns a reference to the bundle source report for the given type. It adds one if it doesn't exist yet. The reference is valid as long as SourceReports is not modified.
| Name | FindOrAddBundleSourceReport |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleManagerReporting.h |
| Include Path | #include "InstallBundleManagerReporting.h" |
| Source | /Engine/Source/Runtime/InstallBundleManager/Private/InstallBundleManagerReporting.cpp |
FInstallBundleSourceReport & FindOrAddBundleSourceReport
(
const FInstallBundleSourceType & Type
)