// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #include "SizeMapActions.h" #define LOCTEXT_NAMESPACE "SizeMapActions" void FSizeMapActions::RegisterCommands() { // @todo sizemap: Register any commands we have here // UI_COMMAND(DoSomething, "Do Something", "Did something tooltip.", EUserInterfaceActionType::Button, FInputChord()); } #undef LOCTEXT_NAMESPACE