r.CaptureNextSceneCullingUpdate

r.CaptureNextSceneCullingUpdate

#Overview

name: r.CaptureNextSceneCullingUpdate

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/Renderer/Private/SceneCulling/SceneCulling.cpp:178

Scope: file

Source code excerpt:

static int32 GCaptureNextSceneCullingUpdate = -1;
static FAutoConsoleVariableRef CVarCaptureNextSceneCullingUpdate(
	TEXT("r.CaptureNextSceneCullingUpdate"),
	GCaptureNextSceneCullingUpdate,
	TEXT("0 to capture the immideately next frame using e.g. RenderDoc or PIX.\n")
	TEXT(" > 0: N frames delay\n")
	TEXT(" < 0: disabled"),
	ECVF_RenderThreadSafe);