r.Vulkan.ChunkedPSOCache.MaxTotalCacheSizeMb

r.Vulkan.ChunkedPSOCache.MaxTotalCacheSizeMb

#Overview

name: r.Vulkan.ChunkedPSOCache.MaxTotalCacheSizeMb

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/VulkanRHI/Private/VulkanChunkedPipelineCache.cpp:107

Scope (from outer to inner):

file
namespace    UE
namespace    Vulkan

Source code excerpt:


		static FAutoConsoleVariableRef GMaxTotalCacheSizeMbCVar(
			TEXT("r.Vulkan.ChunkedPSOCache.MaxTotalCacheSizeMb"),
			GMaxTotalCacheSizeMb,
			TEXT("At startup, if the entire cache is above this threshold the cache will be deleted\n")
			TEXT("and rebuilt during the subsequent run.\n")			
			TEXT("(default) 300\n")
			TEXT("0 to disable cache size limit, note that the cache will grow indefinitely.")
			, ECVF_RenderThreadSafe | ECVF_ReadOnly