Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/FInstallBundleSourceReport
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 | FindOrAddBundleReport |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleManagerReporting.h |
| Include Path | #include "InstallBundleManagerReporting.h" |
| Source | /Engine/Source/Runtime/InstallBundleManager/Private/InstallBundleManagerReporting.cpp |
FInstallBundleReport & FindOrAddBundleReport
(
FName BundleName
)