UEConsole Commands
VariableConsole VariableRemaining

TimerManager.BuildTimerSourceList

TimerManager.BuildTimerSourceList is a console variable in Unreal Engine 5 (UE5). See what TimerManager.BuildTimerSourceList does, its values, and how to use this cvar in the Unreal console below.

Category: Remaining · Namespace: timermanager

Help

When non-zero, tracks which timers expire each frame, dumping them during shutdown or when the flag is changed back to 0. 0: Off 1: On - Group timers by class (useful to focus on entire systems of things, especially bad spikey frames where we care about aggregates) 2: On - Do not group timers by class (useful if individual instances are problematic)

Usage

Unreal console (open with ~)
> TimerManager.BuildTimerSourceList 1

Console variables take a value. Replace 1 with the setting you need. Run it with no value to print the current one.

Related in timermanager