Files
UnrealEngineUWP/Engine/Source/Editor/Persona/Private/AnimSequenceCurveEditorCommands.cpp
Lina Halper 44c1bb3292 COPY from //Dev-Anim to //Dev-Main
#rb: none
#fyi: Laurent.Delayen, Thomas.Sarkanen

[CL 11088765 by Lina Halper in Main branch]
2020-01-22 17:58:55 -05:00

13 lines
405 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "AnimSequenceCurveEditorCommands.h"
#define LOCTEXT_NAMESPACE "AnimSequenceCurveEditorCommands"
void FAnimSequenceCurveEditorCommands::RegisterCommands()
{
UI_COMMAND(EditSelectedCurves, "Edit Selected Curves", "Edit the selected curves in the curve editor tab", EUserInterfaceActionType::Button, FInputChord());
}
#undef LOCTEXT_NAMESPACE