Landscape.FixSplines
Landscape.FixSplines
#Overview
name: Landscape.FixSplines
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
One off fix for bad layer width
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/LandscapeSplines.cpp:79
Scope (from outer to inner):
file
function FLandscapeFixSplines
Source code excerpt:
FLandscapeFixSplines()
: FixSplinesConsoleCommand(
TEXT("Landscape.FixSplines"),
TEXT("One off fix for bad layer width"),
FConsoleCommandDelegate::CreateRaw(this, &FLandscapeFixSplines::FixSplines))
{
}
FAutoConsoleCommand FixSplinesConsoleCommand;