You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user