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,50 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"key": "{F1A891C9-81D4-4675-A57A-F11AB415F95F}",
|
||||
"context": "ScriptCanvas::Node",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "Erase",
|
||||
"category": "Containers",
|
||||
"tooltip": "Erase the element at the specified Index or with the specified Key",
|
||||
"subtitle": "Containers"
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
"key": "DataInput_Source",
|
||||
"details": {
|
||||
"name": "Source"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataOutput_Container",
|
||||
"details": {
|
||||
"name": "Container"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "Input_In",
|
||||
"details": {
|
||||
"name": "In",
|
||||
"tooltip": "Input signal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "Output_Out",
|
||||
"details": {
|
||||
"name": "Out",
|
||||
"tooltip": "Output signal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "Output_Element Not Found",
|
||||
"details": {
|
||||
"name": "Element Not Found",
|
||||
"tooltip": "Triggered if the specified element was not found"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user