foliage.ToggleVectorCull
foliage.ToggleVectorCull
#Overview
name: foliage.ToggleVectorCull
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Useful for debugging. Toggles the optimized cull.
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/HierarchicalInstancedStaticMesh.cpp:1019
Scope: file
Source code excerpt:
static FAutoConsoleCommand ToggleUseVectorCullCmd(
TEXT("foliage.ToggleVectorCull"),
TEXT("Useful for debugging. Toggles the optimized cull."),
FConsoleCommandWithArgsDelegate::CreateStatic(&ToggleUseVectorCull)
);
static uint32 GFrameNumberRenderThread_CaptureFoliageRuns = MAX_uint32;