p.Chaos.VD.Tool.GeometryToProcessPerTick

p.Chaos.VD.Tool.GeometryToProcessPerTick

#Overview

name: p.Chaos.VD.Tool.GeometryToProcessPerTick

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/ObjectsWaitingGeometryList.cpp:4

Scope: file

Source code excerpt:

int32 FChaosVDWailingObjectListCVars::NumOfGTTaskToProcessPerTick = 200;
FAutoConsoleVariableRef FChaosVDWailingObjectListCVars::CVarChaosVDGeometryToProcessPerTick(
	TEXT("p.Chaos.VD.Tool.GeometryToProcessPerTick"),
	FChaosVDWailingObjectListCVars::NumOfGTTaskToProcessPerTick,
	TEXT("Number of generated geometry to process each tick when loading a teace file in the CVD tool."));