r.ParallelCmdListInheritBreadcrumbs

r.ParallelCmdListInheritBreadcrumbs

#Overview

name: r.ParallelCmdListInheritBreadcrumbs

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/SceneRendering.cpp:370

Scope: file

Source code excerpt:

static int32 GParallelCmdListInheritBreadcrumbs = 1;
static FAutoConsoleVariableRef CVarParallelCmdListInheritBreadcrumbs(
	TEXT("r.ParallelCmdListInheritBreadcrumbs"),
	GParallelCmdListInheritBreadcrumbs,
	TEXT("Whether to inherit breadcrumbs to parallel cmd lists"),
	ECVF_ReadOnly
);

static TAutoConsoleVariable<int32> CVarFilmGrain(