s.EditorLoadPrecacheSizeKB

s.EditorLoadPrecacheSizeKB

#Overview

name: s.EditorLoadPrecacheSizeKB

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/CoreUObject/Private/Serialization/AsyncLoading.cpp:625

Scope: file

Source code excerpt:

int32 GEditorLoadPrecacheSizeKB = 0;
static FAutoConsoleVariableRef CVar_EditorLoadPrecacheSizeKB(
	TEXT("s.EditorLoadPrecacheSizeKB"),
	GEditorLoadPrecacheSizeKB,
	TEXT("Size, in KB, to precache when loading packages in the editor.")
);

int32 GAsyncLoadingPrecachePriority = (int32)AIOP_MIN;
static FAutoConsoleVariableRef CVarAsyncLoadingPrecachePriority(