p.Chaos.VD.Tool.MaxDebugDrawLinesPerFrame

p.Chaos.VD.Tool.MaxDebugDrawLinesPerFrame

#Overview

name: p.Chaos.VD.Tool.MaxDebugDrawLinesPerFrame

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/Plugins/ChaosVD/Source/ChaosVD/Private/Visualizers/ChaosVDDebugDrawUtils.cpp:18

Scope (from outer to inner):

file
namespace    Chaos::VisualDebugger::Cvars

Source code excerpt:

{
	static FAutoConsoleVariableRef CVarChaosVDMaxDebugDrawLinesPerFrame(
		TEXT("p.Chaos.VD.Tool.MaxDebugDrawLinesPerFrame"),
		FChaosVDDebugDrawUtils::MaxLinesToDrawPerFrame,
		TEXT("Sets the max number of lines CVD is allowed to draw between all instances in a single frame."));
}

#define LOCTEXT_NAMESPACE "ChaosVisualDebugger"