ias.SuspendSystem

ias.SuspendSystem

#Overview

name: ias.SuspendSystem

This variable is created as a Console Variable (cvar).

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:53

Scope (from outer to inner):

file
namespace    UE::IO::IAS

Source code excerpt:

bool GIasSuspendSystem = false;
static FAutoConsoleVariableRef CVar_SuspendSystemEnabled(
	TEXT("ias.SuspendSystem"),
	GIasSuspendSystem,
	TEXT("Suspends the use of the OnDemand system"),
	ECVF_ReadOnly
);

/** Temp cvar to allow the fallback url to be hotfixed in case of problems */