Files
UnrealEngineUWP/Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Private/ControlRigStackCommands.cpp

13 lines
377 B
C++
Raw Normal View History

// Copyright Epic Games, Inc. All Rights Reserved.
#include "ControlRigStackCommands.h"
#define LOCTEXT_NAMESPACE "ControlRigStackCommands"
void FControlRigStackCommands::RegisterCommands()
{
UI_COMMAND(FocusOnSelection, "Focus On Selection", "Finds the selected operator's node in the graph.", EUserInterfaceActionType::Button, FInputChord());
}
#undef LOCTEXT_NAMESPACE