landscape.RenderCaptureLayersNextHeightmapDraws
landscape.RenderCaptureLayersNextHeightmapDraws
#Overview
name: landscape.RenderCaptureLayersNextHeightmapDraws
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Trigger N render captures during the next heightmap draw calls.
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/Landscape/Private/LandscapeEditLayers.cpp:95
Scope: file
Source code excerpt:
int32 RenderCaptureLayersNextHeightmapDraws = 0;
static FAutoConsoleVariableRef CVarRenderCaptureLayersNextHeightmapDraws(
TEXT("landscape.RenderCaptureLayersNextHeightmapDraws"),
RenderCaptureLayersNextHeightmapDraws,
TEXT("Trigger N render captures during the next heightmap draw calls."));
int32 RenderCaptureLayersNextWeightmapDraws = 0;
static FAutoConsoleVariableRef CVarRenderCaptureLayersNextWeightmapDraws(
TEXT("landscape.RenderCaptureLayersNextWeightmapDraws"),