bShouldAutoUpdateTimersInTick

These settings determine if we auto-update our Timer stats on a tick.

Windows
MacOS
Linux

Syntax

bool bShouldAutoUpdateTimersInTick

Remarks

These settings determine if we auto-update our Timer stats on a tick. Without an auto-update timers would only update on Start / Stop potentially leaving us vulnerable to dropping a lot of timing information in the event of a crash. By setting these values you ensure your data is accurate to some interval.

bShouldAutoUpdateTimersInTick Determines if the auto update feature is on at all. Rate of auto timer updates is determined by TimerAutoUpdateRate.

TimerAutoUpdateRate Determines the rate we trigger the update 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