Files
UnrealEngineUWP/Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Private/ControlRigStackCommands.cpp
Helge Mathee b31b4c33c6 Control Rig - Moving out of experimental
#jira UE-114826
#rb na

Changing Control Rig plugin directory from

Engine/Plugins/Experimental/ControlRig

to

Engine/Plugins/Animation/ControlRig

[CL 16658308 by Helge Mathee in ue5-main branch]
2021-06-14 10:27:38 -04:00

13 lines
377 B
C++

// 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