ias.StatisticsLogInterval
ias.StatisticsLogInterval
#Overview
name: ias.StatisticsLogInterval
This variable is created as a Console Variable (cvar).
- type:
Var - help:
Enables and sets interval for periodic logging of statistics
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/Experimental/IoStoreOnDemand/Private/Statistics.cpp:20
Scope (from outer to inner):
file
namespace UE::IO::IAS
Source code excerpt:
float GIasStatisticsLogInterval = 30.f;
static FAutoConsoleVariableRef CVar_StatisticsLogInterval(
TEXT("ias.StatisticsLogInterval"),
GIasStatisticsLogInterval,
TEXT("Enables and sets interval for periodic logging of statistics"));
bool GIasDisplayOnScreenStatistics = false;
static FAutoConsoleVariableRef CVar_DisplayOnScreenStatistics(
TEXT("ias.DisplayOnScreenStatistics"),