Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

13 lines
399 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "TextureGraphInsightEditorCommands.h"
#define LOCTEXT_NAMESPACE "FTextureGraphInsightEditorModule"
void FTextureGraphInsightEditorCommands::RegisterCommands()
{
// UI_COMMAND(OpenPluginWindow, "TextureGraph Insight", "Bring up TextureGraph Insight window", EUserInterfaceActionType::Button, FInputChord());
}
#undef LOCTEXT_NAMESPACE