log.flushInterval
log.flushInterval
#Overview
name: log.flushInterval
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Logging interval in seconds
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/Core/Private/Misc/OutputDeviceFile.cpp:45
Scope: file
Source code excerpt:
static float GLogFlushIntervalSec = 0.2f;
static FAutoConsoleVariableRef CVarLogFlushInterval(
TEXT("log.flushInterval"),
GLogFlushIntervalSec,
TEXT("Logging interval in seconds"),
ECVF_Default );
#if UE_BUILD_SHIPPING