Skip to main content

pakcache.NumUnreferencedBlocksToCache

Var

Unreal Engine Var console variable.

pakcacheNumUnreferencedBlocksToCache

Description

Controls the maximum number of unreferenced blocks to keep. This is a classic disk cache and the maxmimum wasted memory is pakcache.MaxRequestSizeToLowerLevellKB * pakcache.NumUnreferencedBlocksToCache.

Usage

pakcache.NumUnreferencedBlocksToCache [value]

Set via the console (~) or in DefaultEngine.ini / DefaultGame.ini.