bEnableDiskOverflowStore

bEnableDiskOverflowStore

#Overview

name: bEnableDiskOverflowStore

The value of this variable can be defined or overridden in .ini config files. 1 .ini config file referencing this setting variable.

It is referenced in 1 C# build file meaning it may affect the build system logic.

#Summary

#Setting Variables

#References In INI files

Location: <Workspace>/Engine/Config/BaseEngine.ini:3483, section: [BuildPatchServices]

#References in C# build files

This variable is referenced in the following C# build files:

Location: <Workspace>/Engine/Source/Runtime/Online/BuildPatchServices/BuildPatchServices.Build.cs:6

{
	[ConfigFile(ConfigHierarchyType.Engine, "BuildPatchServices")]
	bool bEnableDiskOverflowStore = true;

	public BuildPatchServices(ReadOnlyTargetRules Target) : base(Target)
	{
		PublicDependencyModuleNames.AddRange(
			new string[]
			{