BuildPatchFileConstructor.bStallWhenFileSystemThrottled

BuildPatchFileConstructor.bStallWhenFileSystemThrottled

#Overview

name: BuildPatchFileConstructor.bStallWhenFileSystemThrottled

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/Online/BuildPatchServices/Private/BuildPatchFileConstructor.cpp:35

Scope: file

Source code excerpt:

static bool bStallWhenFileSystemThrottled = false;
static FAutoConsoleVariableRef CVarStallWhenFileSystemThrottled(
	TEXT("BuildPatchFileConstructor.bStallWhenFileSystemThrottled"),
	bStallWhenFileSystemThrottled,
	TEXT("Whether to stall if the file system is throttled"),
	ECVF_Default);


// Helper functions wrapping common code.