ias.DistributedEndpointFallbackUrl
ias.DistributedEndpointFallbackUrl
#Overview
name: ias.DistributedEndpointFallbackUrl
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
CDN url to be used if a distributed endpoint cannot be reached (overrides IoStoreOnDemand.ini)
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/IoStoreOnDemand.cpp:62
Scope (from outer to inner):
file
namespace UE::IO::IAS
Source code excerpt:
static FString GDistributedEndpointFallbackUrl;
static FAutoConsoleVariableRef CVar_DistributedEndpointFallbackUrl(
TEXT("ias.DistributedEndpointFallbackUrl"),
GDistributedEndpointFallbackUrl,
TEXT("CDN url to be used if a distributed endpoint cannot be reached (overrides IoStoreOnDemand.ini)")
);
////////////////////////////////////////////////////////////////////////////////
static int64 ParseSizeParam(FStringView Value)