ias.HttpErrorHighWater
ias.HttpErrorHighWater
#Overview
name: ias.HttpErrorHighWater
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
High water mark when HTTP streaming will be disabled
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:161
Scope (from outer to inner):
file
namespace UE::IO::IAS
Source code excerpt:
float GIasHttpErrorHighWater = 0.5f;
static FAutoConsoleVariableRef CVar_IasHttpErrorHighWater(
TEXT("ias.HttpErrorHighWater"),
GIasHttpErrorHighWater,
TEXT("High water mark when HTTP streaming will be disabled")
);
bool GIasHttpEnabled = true;
static FAutoConsoleVariableRef CVar_IasHttpEnabled(