LWI.Editor.GridSize

LWI.Editor.GridSize

#Overview

name: LWI.Editor.GridSize

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/Engine/Private/LightWeightInstanceManager.cpp:13

Scope: file

Source code excerpt:

static FAutoConsoleVariableRef CVarLWIGridSize
(
	TEXT("LWI.Editor.GridSize"),
	LWIGridSize,
	TEXT("Sets the size of a grid that LWI managers will be generated with."),
	ECVF_Default
);