s.LargeMemoryDataMaxPoolLength

s.LargeMemoryDataMaxPoolLength

#Overview

name: s.LargeMemoryDataMaxPoolLength

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/Core/Private/Serialization/LargeMemoryData.cpp:10

Scope: file

Source code excerpt:

int32 GPooledLargeMemoryData_MaxPoolLength = 2;
static FAutoConsoleVariableRef CPooledLargeMemoryData_MaxPoolLength(
	TEXT("s.LargeMemoryDataMaxPoolLength"),
	GPooledLargeMemoryData_MaxPoolLength,
	TEXT("Limit LargeMemoryData pool size to the given number of elements."),
	ECVF_Default

);
static constexpr int64 GPooledLargeMemoryData_MaxElementSize = 128 * 1024;