r.Nanite.StreamOut.CacheTraversalData

r.Nanite.StreamOut.CacheTraversalData

#Overview

name: r.Nanite.StreamOut.CacheTraversalData

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/Nanite/NaniteStreamOut.cpp:19

Scope: file

Source code excerpt:

static bool GNaniteStreamOutCacheTraversalData = true;
static FAutoConsoleVariableRef CVarNaniteStreamOutCacheTraversalData(
	TEXT("r.Nanite.StreamOut.CacheTraversalData"),
	GNaniteStreamOutCacheTraversalData,
	TEXT("Cache traversal data during count pass to be able to skip traversal during stream out pass."),
	ECVF_RenderThreadSafe
);

static const uint32 CandididateClusterSizeInUints = 3;