Navigation
API > API/Plugins > API/Plugins/DefaultInstallBundleManager > API/Plugins/DefaultInstallBundleManager/FPersistentStatContainer
References
| Module | DefaultInstallBundleManager |
| Header | /Engine/Plugins/Experimental/DefaultInstallBundleManager/Source/Public/InstallBundleManagerUtil.h |
| Include | #include "InstallBundleManagerUtil.h" |
Syntax
struct FPersistentStatsInformation
Remarks
Helper struct to contain the information from a StatSession to pass into analytics cleaner.
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | ActiveChunkDBDownloadTime | ||
| double | ActiveInstallTime | ||
| double | ActivePSOTime | ||
| double | ActiveTotalTime | ||
| bool | bRequiresDownload | ||
| bool | bRequiresInstall | ||
| FString | BundleSourcesThatDidWork | ||
| FString | BundleStats | ||
| double | EstimatedBackgroundChunkDBDownloadTime | ||
| double | EstimatedBGInstallTime | ||
| double | EstimatedBGPSOTime | ||
| double | EstimatedTotalBGTime | ||
| int | NumBackgrounded | ||
| int | NumResumedFromBackground | ||
| int | NumResumedFromLaunch | ||
| double | RealChunkDBDownloadTime | ||
| double | RealTotalTime | ||
| FString | RequiredBundleNames | ||
| FString | SessionName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | FillOutAnalyticsArrayWithData
(
TArray< FAnalyticsEventAttribute >& OutAnalyticsArray |
Puts this FPersistentStatsInformation's data into the provided analytics array. |