TimerManager.DumpTimerLogSymbolNames

TimerManager.DumpTimerLogSymbolNames

#Overview

name: TimerManager.DumpTimerLogSymbolNames

This variable is created as a Console Variable (cvar).

It is referenced in 1 C++ source file.

#Summary

#References in C++ code

#Callsites

This variable is referenced in the following C++ source code:

#Loc: <Workspace>/Engine/Source/Runtime/Engine/Private/TimerManager.cpp:39

Scope: file

Source code excerpt:

static int32 DumpTimerLogSymbolNames = 1;
static FAutoConsoleVariableRef CVarDumpTimerLogSymbolNames(
	TEXT("TimerManager.DumpTimerLogSymbolNames"), DumpTimerLogSymbolNames,
	TEXT("When logging timer info, symbol names will be included if set to 1."),
	ECVF_Default);

static int32 MaxExpiredTimersToLog = 30;
static FAutoConsoleVariableRef CVarMaxExpiredTimersToLog(
	TEXT("TimerManager.MaxExpiredTimersToLog"),