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