Sequencer.AutoTangentNew
Sequencer.AutoTangentNew
#Overview
name: Sequencer.AutoTangentNew
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If 2 Sequencer will flatten tangents with no overshoot, if 1 Auto Tangent will use new algorithm to gradually flatten maximum/minimum keys, if 0 Auto Tangent will average all keys (pre 4.23 behavior).
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/MovieScene/Private/Channels/MovieSceneCurveChannelImpl.cpp:19
Scope: file
Source code excerpt:
int32 GCachedSequencerAutoTangentInterpolation = 2;
static FAutoConsoleVariableRef CVarSequencerAutoTangentInterpolation(
TEXT("Sequencer.AutoTangentNew"),
GCachedSequencerAutoTangentInterpolation,
TEXT("If 2 Sequencer will flatten tangents with no overshoot, if 1 Auto Tangent will use new algorithm to gradually flatten maximum/minimum keys, if 0 Auto Tangent will average all keys (pre 4.23 behavior)."),
ECVF_Default);
static TAutoConsoleVariable<float> CVarSequencerSmartAutoBlendLocationPercentage(
TEXT("Sequencer.SmartAutoBlendLocationPercentage"),