Navigation
API > API/Plugins > API/Plugins/DefaultInstallBundleManager > API/Plugins/DefaultInstallBundleManager/FPersistentStatContainer
Helper struct to store data needed for our analytics on bundle persistent stats.
| Name | FBundleAnalyticsData |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/DefaultInstallBundleManager/Source/Public/InstallBundleManagerUtil.h |
| Include Path | #include "InstallBundleManagerUtil.h" |
Syntax
struct FBundleAnalyticsData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBundleAnalyticsData() |
InstallBundleManagerUtil.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BundleSourcesThatDidWorkMap | TSet< FInstallBundleSourceType > | Store if each bundle source type did any work for this bundle. If its in this map it did work. | InstallBundleManagerUtil.h |