RunningThreadedRequestLimitEditor
RunningThreadedRequestLimitEditor
#Overview
name: RunningThreadedRequestLimitEditor
The value of this variable can be defined or overridden in .ini config files. 1
.ini config file referencing this setting variable.
It is referenced in 1
C++ source file.
#Summary
#Setting Variables
#References In INI files
Location: <Workspace>/Engine/Config/BaseEditor.ini:682, section: [HTTP.HttpThread]
- INI Section:
HTTP.HttpThread
- Raw value:
20
- Is Array:
False
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Online/HTTP/Private/HttpThread.cpp:144
Scope (from outer to inner):
file
function void FHttpThreadBase::UpdateConfigs
Source code excerpt:
(
#if WITH_EDITOR
GConfig->GetInt(TEXT("HTTP.HttpThread"), TEXT("RunningThreadedRequestLimitEditor"), LocalRunningThreadedRequestLimit, GEditorIni) ||
#endif
GConfig->GetInt(TEXT("HTTP.HttpThread"), TEXT("RunningThreadedRequestLimit"), LocalRunningThreadedRequestLimit, GEngineIni)
);
if (bFoundLocalRunningThreadedRequestLimit)
{
if (LocalRunningThreadedRequestLimit < 1)