Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/FPersistentStatsBase
Description
Function that allows you to load stats from disk. Returns true if stats were either loaded from disk now, or previously were loaded from disk. NOTE: This does not begin stat collection, so you should still call StatsBegin on this before handling any stats!
| Name | LoadStatsFromDisk |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleUtils.h |
| Include Path | #include "InstallBundleUtils.h" |
| Source | /Engine/Source/Runtime/InstallBundleManager/Private/InstallBundleUtils.cpp |
bool LoadStatsFromDisk()