CurveTable.RemoveRedundantKeys

CurveTable.RemoveRedundantKeys

#Overview

name: CurveTable.RemoveRedundantKeys

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/CurveTable.cpp:20

Scope: file

Source code excerpt:

// MaxZ where we will create per-connection dormancy lists within the spatialization grid. This prevents lists being created while flying over in battle bus/parachutes.
int32 CVar_CurveTable_RemoveRedundantKeys = 1;
static FAutoConsoleVariableRef CVarCurveTableRemoveRedundantKeys(TEXT("CurveTable.RemoveRedundantKeys"), CVar_CurveTable_RemoveRedundantKeys, TEXT(""), ECVF_Default);


namespace
{
	/** Used to trigger the trigger the data table changed delegate. This allows us to trigger the delegate once from more complex changes */
	struct FScopedCurveTableChange