Updated node format to account for duplicated slot names + regenerated node names

Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
lsemp3d
2021-12-01 11:24:17 -08:00
parent 8ebfe4004e
commit eedbf77e3d
403 changed files with 2680 additions and 2674 deletions
@@ -1,57 +1,43 @@
{
"entries": [
{
"base": "{0A2EB488-5A6A-E166-BB62-23FF81499E33}",
"base": "{0B0AC61B-4BBA-42BF-BDCD-DAF2D3CA41A8}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Input Handler",
"category": "Input/Input System",
"category": "Input",
"tooltip": "Handle processed input events found in input binding assets"
},
"slots": [
{
"base": "Input_Connect Event",
"details": {
"name": "Connect Event",
"tooltip": "Connect to input event name as defined in an input binding asset."
}
},
{
"base": "DataInput_Event Name",
"base": "DataInput_Event Name_0",
"details": {
"name": "Event Name"
}
},
{
"base": "Output_On Connect Event",
"base": "DataOutput_Value_0",
"details": {
"name": "On Connect Event",
"tooltip": "Connect to input event name as defined in an input binding asset."
"name": "Value"
}
},
{
"base": "Output_Pressed",
"base": "Output_Pressed_0",
"details": {
"name": "Pressed",
"tooltip": "Signaled when the input event begins."
}
},
{
"base": "DataOutput_value",
"details": {
"name": "value"
}
},
{
"base": "Output_Held",
"base": "Output_Held_1",
"details": {
"name": "Held",
"tooltip": "Signaled while the input event is active."
}
},
{
"base": "Output_Released",
"base": "Output_Released_2",
"details": {
"name": "Released",
"tooltip": "Signaled when the input event ends."