r.GPUDefrag.AllowOverlappedMoves
r.GPUDefrag.AllowOverlappedMoves
#Overview
name: r.GPUDefrag.AllowOverlappedMoves
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Allows defrag relocations that partially overlap themselves.\n
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/RHI/Private/GPUDefragAllocator.cpp:1266
Scope: file
Source code excerpt:
static int32 GGPUDefragAllowOverlappedMoves = 1;
static FAutoConsoleVariableRef CVarGPUDefragAllowOverlappedMoves(
TEXT("r.GPUDefrag.AllowOverlappedMoves"),
GGPUDefragAllowOverlappedMoves,
TEXT("Allows defrag relocations that partially overlap themselves.\n"),
ECVF_Default
);
/**