Seuquencer: Smart Auto hotkey missing in Sequencer

#jira UE-209912
#rb max.chen

[CL 32306908 by mike zyracki in ue5-main branch]
This commit is contained in:
mike zyracki
2024-03-18 14:38:07 -04:00
parent 668cf75d06
commit 694ab32cd3

View File

@@ -11355,7 +11355,7 @@ void FSequencer::BindCommands()
EUIActionRepeatMode::RepeatEnabled);
SequencerCommandBindings->MapAction(
Commands.SetInterpolationCubicAuto,
Commands.SetInterpolationCubicSmartAuto,
FExecuteAction::CreateSP(this, &FSequencer::SetInterpTangentMode, ERichCurveInterpMode::RCIM_Cubic, ERichCurveTangentMode::RCTM_SmartAuto));
SequencerCommandBindings->MapAction(