ias.DistributedEndpointAttemptCount
ias.DistributedEndpointAttemptCount
#Overview
name: ias.DistributedEndpointAttemptCount
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Number of times we should try to resolve a distributed endpoint befor eusing the fallback url (if there is one)
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:214
Scope (from outer to inner):
file
namespace UE::IO::IAS
Source code excerpt:
static int32 GDistributedEndpointAttemptCount = 5;
static FAutoConsoleVariableRef CVar_DistributedEndpointAttemptCount(
TEXT("ias.DistributedEndpointAttemptCount"),
GDistributedEndpointAttemptCount,
TEXT("Number of times we should try to resolve a distributed endpoint befor eusing the fallback url (if there is one)")
);
#if !UE_BUILD_SHIPPING
static FAutoConsoleCommand CVar_IasAbandonCache(