bShouldSaveDirtyStatsOnTick

These settings determine how we handle saving our stats to disk.

Windows
MacOS
Linux

Syntax

bool bShouldSaveDirtyStatsOnTick

Remarks

These settings determine how we handle saving our stats to disk. Outside of these settings, stats ALWAYS try to save to disk on Start or End, but these settings let us also configure other times we may want to save the data to disk.

bShouldSaveDirtyStatsOnTick If this is set to true then all stats that have bIsDirty set to true will try to save to disk every X seconds. Update rate determined by DirtyStatSaveToDiskRate This way we will not update a given stat more then once a tick to disk.

DirtyStatSaveToDiskRate Determines how often we update our dirty stats in seconds. <=0 means update every tick.

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