ias.TocMode

ias.TocMode

#Overview

name: ias.TocMode

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/OnDemandIoDispatcherBackend.cpp:189

Scope (from outer to inner):

file
namespace    UE::IO::IAS

Source code excerpt:

int32 GIasTocMode = 0;
static FAutoConsoleVariableRef CVar_IasTocMode(
	TEXT("ias.TocMode"),
	GIasTocMode,
	TEXT("How should the IAS system load it's toc (see ETocMode).\n")
	TEXT("0 = Load a single .iochunktoc\n")
	TEXT("1 = Try to find a .uondemandtoc each time a pak file is mounted\n")
	TEXT("2 = Download the toc from the target CDN"),
	ECVF_ReadOnly