Updated all names files to use 'base' instead of 'key' to avoid validation issues

Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
lsemp3d
2021-11-23 10:36:34 -08:00
parent 3b9b654070
commit d30ac7cfa6
1374 changed files with 10157 additions and 10157 deletions
@@ -1,7 +1,7 @@
{
"entries": [
{
"key": "{36C69825-CFF8-4F70-8F3B-1A9227E8BEEA}",
"base": "{36C69825-CFF8-4F70-8F3B-1A9227E8BEEA}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
@@ -10,27 +10,27 @@
},
"slots": [
{
"key": "DataOutput_Result",
"base": "DataOutput_Result",
"details": {
"name": "Result"
}
},
{
"key": "Input_In",
"base": "Input_In",
"details": {
"name": "In",
"tooltip": "Signal to perform the evaluation when desired."
}
},
{
"key": "Output_True",
"base": "Output_True",
"details": {
"name": "True",
"tooltip": "Signaled if the result of the operation is true."
}
},
{
"key": "Output_False",
"base": "Output_False",
"details": {
"name": "False",
"tooltip": "Signaled if the result of the operation is false."