r.SkinCache.Capture
r.SkinCache.Capture
#Overview
name: r.SkinCache.Capture
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Trigger a render capture for the next skin cache dispatches.
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/GPUSkinCache.cpp:191
Scope: file
Source code excerpt:
int32 GNumDispatchesToCapture = 0;
static FAutoConsoleVariableRef CVarGPUSkinCacheNumDispatchesToCapture(
TEXT("r.SkinCache.Capture"),
GNumDispatchesToCapture,
TEXT("Trigger a render capture for the next skin cache dispatches."));
static int32 GGPUSkinCacheFlushCounter = 0;
const float MBSize = 1048576.f; // 1024 x 1024 bytes