ias.HttpErrorSampleCount
ias.HttpErrorSampleCount
#Overview
name: ias.HttpErrorSampleCount
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Number of samples for computing the moving average of failed HTTP requests
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/OnDemandIoDispatcherBackend.cpp:154
Scope (from outer to inner):
file
namespace UE::IO::IAS
Source code excerpt:
int32 GIasHttpErrorSampleCount = 8;
static FAutoConsoleVariableRef CVar_IasHttpErrorSampleCount(
TEXT("ias.HttpErrorSampleCount"),
GIasHttpErrorSampleCount,
TEXT("Number of samples for computing the moving average of failed HTTP requests")
);
float GIasHttpErrorHighWater = 0.5f;
static FAutoConsoleVariableRef CVar_IasHttpErrorHighWater(