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,24 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"key": "{F200B22A-5903-483A-BF63-5241BC03632B}",
|
||||
"context": "ScriptCanvas::Node",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "On Graph Start",
|
||||
"category": "Timing",
|
||||
"tooltip": "Starts executing the graph when the entity that owns the graph is fully activated.",
|
||||
"subtitle": "Timing"
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
"key": "Output_Out",
|
||||
"details": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled when the entity that owns this graph is fully activated."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user