FPersistentStatsBase::OnLoadingDataFromDisk

Called after we load data but before we process any of it.

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

void OnLoadingDataFromDisk()

Remarks

Called after we load data but before we process any of it. Useful for fixing up the data loaded from disk before it changes or is acted upon by anything else NOTE: A call to LoadStatsFromDisk will not necessarily call this! It will only be called when data is actually pulled from the disk, and its possible to skip pulling data from the disk!

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