r.DX12NVAfterMathDumpWaitTime

r.DX12NVAfterMathDumpWaitTime

#Overview

name: r.DX12NVAfterMathDumpWaitTime

This variable is created as a Console Variable (cvar).

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/D3D12RHI/Private/Windows/WindowsD3D12Device.cpp:64

Scope: file

Source code excerpt:

	float GDX12NVAfterMathDumpWaitTime = 10.0f;
	static FAutoConsoleVariableRef CVarDX12NVAfterMathDumpWaitTime(
		TEXT("r.DX12NVAfterMathDumpWaitTime"),
		GDX12NVAfterMathDumpWaitTime,
		TEXT("Amount of time to wait for NV Aftermath to finish processing GPU crash dumps."),
		ECVF_Default
	);

	int32 GDX12NVAfterMathMarkers = 0;