FPersistentStatContainerBase::LoadRequiredBundleDataFromDiskForSession

Goes through this Session's RequiredBundles and loads data from disk for those bundles.

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 LoadRequiredBundleDataFromDiskForSession
(
    const FString & SessionName
)

Remarks

Goes through this Session's RequiredBundles and loads data from disk for those bundles. Allows us to make sure we have full data in memory from disk without having to know the previous runs AnalyticsID to call StatsBegin on that bundle. NOTE: You should still call StatsBegin on the listed bundles before Starting/Incrementing/ETC any analytics! This just ensures that the previous run data exists for this given session!

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