r.VT.TranscodeRetireAge
r.VT.TranscodeRetireAge
#Overview
name: r.VT.TranscodeRetireAge
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If a VT transcode request is not picked up after this number of frames, drop it and put request in cache as free. default 60\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/Engine/Private/VT/VirtualTextureTranscodeCache.cpp:13
Scope: file
Source code excerpt:
static int32 TranscodeRetireAge = 60; //1 second @ 60 fps
static FAutoConsoleVariableRef CVarVTTranscodeRetireAge(
TEXT("r.VT.TranscodeRetireAge"),
TranscodeRetireAge,
TEXT("If a VT transcode request is not picked up after this number of frames, drop it and put request in cache as free. default 60\n")
, ECVF_Default
);
/** Highlight decoding errors in hot pink. Remove this after we fix the bug where the DDC for virtual textures is getting poisoned with bad data. */