wp.Runtime.BlockOnSlowStreamingWarningFactor

wp.Runtime.BlockOnSlowStreamingWarningFactor

#Overview

name: wp.Runtime.BlockOnSlowStreamingWarningFactor

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/Engine/Private/WorldPartition/WorldPartitionRuntimeHash.cpp:27

Scope: file

Source code excerpt:

ENGINE_API float GBlockOnSlowStreamingWarningFactor = 2.f;
static FAutoConsoleVariableRef CVarBlockOnSlowStreamingWarningFactor(
	TEXT("wp.Runtime.BlockOnSlowStreamingWarningFactor"),
	GBlockOnSlowStreamingWarningFactor,
	TEXT("Factor of wp.Runtime.BlockOnSlowStreamingRatio we want to start notifying the user"));

#if DO_CHECK
void URuntimeHashExternalStreamingObjectBase::BeginDestroy()
{