r.VulkanNVAfterMathDumpWaitTime
r.VulkanNVAfterMathDumpWaitTime
#Overview
name: r.VulkanNVAfterMathDumpWaitTime
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Amount of time to wait for NV Aftermath to finish processing GPU crash dumps.
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/VulkanUtil.cpp:33
Scope: file
Source code excerpt:
float GVulkanNVAfterMathDumpWaitTime = 10.0f;
static FAutoConsoleVariableRef CVarVulkanNVAfterMathDumpWaitTime(
TEXT("r.VulkanNVAfterMathDumpWaitTime"),
GVulkanNVAfterMathDumpWaitTime,
TEXT("Amount of time to wait for NV Aftermath to finish processing GPU crash dumps."),
ECVF_Default
);
#endif