ias.HttpPrimaryEndpoint
ias.HttpPrimaryEndpoint
#Overview
name: ias.HttpPrimaryEndpoint
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Primary endpoint to use returned from the distribution endpoint
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:65
Scope (from outer to inner):
file
namespace UE::IO::IAS
Source code excerpt:
int32 GIasHttpPrimaryEndpoint = 0;
static FAutoConsoleVariableRef CVar_IasHttpPrimaryEndpoint(
TEXT("ias.HttpPrimaryEndpoint"),
GIasHttpPrimaryEndpoint,
TEXT("Primary endpoint to use returned from the distribution endpoint")
);
bool GIasHttpChangeEndpointAfterSuccessfulRetry = true;
static FAutoConsoleVariableRef CVar_IasHttpChangeEndpointAfterSuccessfulRetry(