Sequencer.LinearCubicInterpolation
Sequencer.LinearCubicInterpolation
#Overview
name: Sequencer.LinearCubicInterpolation
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If 1 Linear Keys Act As Cubic Interpolation with Linear Tangents, if 0 Linear Key Forces Linear Interpolation to Next Key.
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:12
Scope: file
Source code excerpt:
int32 GSequencerLinearCubicInterpolation = 1;
static FAutoConsoleVariableRef CVarSequencerLinearCubicInterpolation(
TEXT("Sequencer.LinearCubicInterpolation"),
GSequencerLinearCubicInterpolation,
TEXT("If 1 Linear Keys Act As Cubic Interpolation with Linear Tangents, if 0 Linear Key Forces Linear Interpolation to Next Key."),
ECVF_Default);
int32 GCachedSequencerAutoTangentInterpolation = 2;
static FAutoConsoleVariableRef CVarSequencerAutoTangentInterpolation(