Script Canvas, replace the text replacement system to a JSON file based one (#5228)
It is now possible to right click on nodes on the node palette to navigate to the file that holds the text data for any given node, this way it is easy to update and improve the naming of titles, subtitles, categories, tool tips and slots.
This commit is contained in:
+4
-5
@@ -8,13 +8,12 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
class QAction;
|
||||
class QWidget;
|
||||
class QMenu;
|
||||
class QAction;
|
||||
|
||||
namespace ScriptCanvasDeveloperEditor
|
||||
{
|
||||
namespace TSGenerateAction
|
||||
{
|
||||
QAction* SetupTSFileAction(QMenu* mainWindow);
|
||||
};
|
||||
//! The Qt action for translation database options
|
||||
QAction* TranslationDatabaseFileAction(QMenu* mainMenu, QWidget* mainWindow);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user