Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/FPersistentStatContainerBase
Description
Starts Bundle Persistent Stat Tracking for the given BundleName. Will automatically load applicable data from the disk and reset that cache if the ExpectedAnalyticsID doesn't match the one previously serialized. Uses FInstallBundleStatsContainerBase::GetBaseExpectedAnalyticsID if an ExpectedAnalyticsID is not passed in or empty
| Name | StartBundlePersistentStatTracking |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleUtils.h |
| Include Path | #include "InstallBundleUtils.h" |
| Source | /Engine/Source/Runtime/InstallBundleManager/Private/InstallBundleUtils.cpp |
virtual void StartBundlePersistentStatTracking
(
FName BundleName,
const FString & ExpectedAnalyticsID,
bool bForceResetStatData
)