ActiveReceiveTimeout

ActiveReceiveTimeout

#Overview

name: ActiveReceiveTimeout

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/IOS/BaseIOSEngine.ini:45, section: [BackgroundHttp.iOSSettings]

#References in C++ code

#Callsites

This variable is referenced in the following C++ source code:

#Loc: <Workspace>/Engine/Source/Runtime/Online/BackgroundHTTP/Private/IOS/ApplePlatformBackgroundHttpManager.cpp:56

Scope (from outer to inner):

file
function     void FApplePlatformBackgroundHttpManager::Initialize

Source code excerpt:

	PopulateUnAssociatedTasks();
	
    GConfig->GetFloat(TEXT("BackgroundHttp.iOSSettings"), TEXT("ActiveReceiveTimeout"), ActiveTimeOutSetting, GEngineIni);
	GConfig->GetInt(TEXT("BackgroundHttp.iOSSettings"), TEXT("RetryResumeDataLimit"), RetryResumeDataLimitSetting, GEngineIni);

	SetupNSURLSessionResponseDelegates();

	FBackgroundHttpManagerImpl::Initialize();