r.Vulkan.FakeMemoryLimit
r.Vulkan.FakeMemoryLimit
#Overview
name: r.Vulkan.FakeMemoryLimit
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
set to artificially limit to # MB. 0 is disabled
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/VulkanMemory.cpp:229
Scope: file
Source code excerpt:
static int32 GVulkanFakeMemoryLimit = 0;
static FAutoConsoleVariableRef CVarVulkanFakeMemoryLimit(
TEXT("r.Vulkan.FakeMemoryLimit"),
GVulkanFakeMemoryLimit,
TEXT("set to artificially limit to # MB. 0 is disabled"),
ECVF_RenderThreadSafe
);
#endif