FPersistentStatContainerBase::StartSessionPersistentStatTracking

Starts Session Persistent Stat Tracking under the given SessionName.

Windows
MacOS
Linux

References

Module

InstallBundleManager

Header

/Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleUtils.h

Include

#include "InstallBundleUtils.h"

Source

/Engine/Source/Runtime/InstallBundleManager/Private/InstallBundleUtils.cpp

Syntax

virtual void StartSessionPersistentStatTracking
(
    const FString & SessionName,
    const TArray< FName > & RequiredBundles,
    const FString & ExpectedAnalyticsID,
    bool bForceResetStatData
)

Remarks

Starts Session Persistent Stat Tracking under the given SessionName. 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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss