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:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"key": "{5EFD2942-AFF9-4137-939C-023AEAA72EB0}",
|
||||
"context": "ScriptCanvas::Node",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "Set Variable",
|
||||
"tooltip": "Node for setting a property within the graph"
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
"key": "Input_In",
|
||||
"details": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled sends the variable referenced by this node to a Data Output slot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "Output_Out",
|
||||
"details": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after the referenced variable has been pushed to the Data Output slot"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user