| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "ScriptCanvasData",
- "ClassData": {
- "m_scriptCanvas": {
- "Id": {
- "id": 2801047609734601
- },
- "Name": "LY_SC_UnitTest_VariableReferences",
- "Components": {
- "Component_[1122593144619573805]": {
- "$type": "EditorGraph",
- "Id": 1122593144619573805,
- "m_graphData": {
- "m_nodes": [
- {
- "Id": {
- "id": 2801073379538377
- },
- "Name": "SC Node(GetVariable)",
- "Components": {
- "Component_[10794620804389666797]": {
- "$type": "GetVariableNode",
- "Id": 10794620804389666797,
- "Slots": [
- {
- "id": {
- "m_id": "{97DFD8E6-3919-460D-B46D-5C456BDFF6F6}"
- },
- "contracts": [
- {
- "$type": "SlotTypeContract"
- }
- ],
- "slotName": "In",
- "toolTip": "When signaled sends the property referenced by this node to a Data Output slot",
- "Descriptor": {
- "ConnectionType": 1,
- "SlotType": 1
- }
- },
- {
- "id": {
- "m_id": "{E33F1A5E-769C-47CD-BB53-3A2D1B159B63}"
- },
- "contracts": [
- {
- "$type": "SlotTypeContract"
- }
- ],
- "slotName": "Out",
- "toolTip": "Signaled after the referenced property has been pushed to the Data Output slot",
- "Descriptor": {
- "ConnectionType": 2,
- "SlotType": 1
- }
- },
- {
- "id": {
- "m_id": "{5E679FE8-2145-4886-A364-205C4B84B60A}"
- },
- "contracts": [
- {
- "$type": "SlotTypeContract"
- }
- ],
- "slotName": "Number",
- "DisplayDataType": {
- "m_type": 3
- },
- "Descriptor": {
- "ConnectionType": 2,
- "SlotType": 2
- },
- "DataType": 1,
- "IsReference": true,
- "VariableReference": {
- "m_id": "{BB1F0708-EC9E-4624-B176-86CEE67E73C7}"
- }
- }
- ],
- "m_variableId": {
- "m_id": "{8B7106CA-E5FA-4D62-8A0A-F2052AA1FC0C}"
- },
- "m_variableDataOutSlotId": {
- "m_id": "{5E679FE8-2145-4886-A364-205C4B84B60A}"
- }
- }
- }
- },
- {
- "Id": {
- "id": 2801069084571081
- },
- "Name": "SC-Node(Start)",
- "Components": {
- "Component_[13343996263980682762]": {
- "$type": "Start",
- "Id": 13343996263980682762,
- "Slots": [
- {
- "id": {
- "m_id": "{44FA5998-4DBF-492B-9B0C-283B1DBC396B}"
- },
- "contracts": [
- {
- "$type": "SlotTypeContract"
- }
- ],
- "slotName": "Out",
- "toolTip": "Signaled when the entity that owns this graph is fully activated.",
- "Descriptor": {
- "ConnectionType": 2,
- "SlotType": 1
- }
- }
- ]
- }
- }
- },
- {
- "Id": {
- "id": 2801064789603785
- },
- "Name": "SC-Node(Expect Not Equal)",
- "Components": {
- "Component_[13538477709254115396]": {
- "$type": "MethodOverloaded",
- "Id": 13538477709254115396,
- "Slots": [
- {
- "id": {
- "m_id": "{8787B115-1A47-4D9A-8A43-EE067CCD521D}"
- },
- "contracts": [
- {
- "$type": "SlotTypeContract"
- },
- null
- ],
- "slotName": "EntityID: 0",
- "DisplayDataType": {
- "m_type": 1
- },
- "Descriptor": {
- "ConnectionType": 1,
- "SlotType": 2
- }
- },
- {
- "IsOverload": true,
- "id": {
- "m_id": "{57C06595-94F6-4812-81C2-BAD07F434D4C}"
- },
- "DynamicTypeOverride": 3,
- "contracts": [
- {
- "$type": "SlotTypeContract"
- },
- null
- ],
- "slotName": "Candidate",
- "toolTip": "left of !=",
- "DisplayDataType": {
- "m_type": 3
- },
- "Descriptor": {
- "ConnectionType": 1,
- "SlotType": 2
- },
- "IsReference": true,
- "VariableReference": {
- "m_id": "{8B7106CA-E5FA-4D62-8A0A-F2052AA1FC0C}"
- }
- },
- {
- "IsOverload": true,
- "id": {
- "m_id": "{9BCB99A3-ADDD-4203-A4FF-089D3FBF7BCE}"
- },
- "DynamicTypeOverride": 3,
- "contracts": [
- {
- "$type": "SlotTypeContract"
- },
- null
- ],
- "slotName": "Reference",
- "toolTip": "right of !=",
- "DisplayDataType": {
- "m_type": 3
- },
- "Descriptor": {
- "ConnectionType": 1,
- "SlotType": 2
- },
- "IsReference": true,
- "VariableReference": {
- "m_id": "{BB1F0708-EC9E-4624-B176-86CEE67E73C7}"
- }
- },
- {
- "id": {
- "m_id": "{2791652D-E224-4D9E-9C26-BB1F782B1EB1}"
- },
- "contracts": [
- {
- "$type": "SlotTypeContract"
- },
- null
- ],
- "slotName": "Report",
- "toolTip": "additional notes for the test report",
- "DisplayDataType": {
- "m_type": 5
- },
- "Descriptor": {
- "ConnectionType": 1,
- "SlotType": 2
- }
- },
- {
- "id": {
- "m_id": "{D6A9946D-3B0C-4748-8C18-EC392D7BF41E}"
- },
- "contracts": [
- {
- "$type": "SlotTypeContract"
- }
- ],
- "slotName": "In",
- "Descriptor": {
- "ConnectionType": 1,
- "SlotType": 1
- }
- },
- {
- "id": {
- "m_id": "{8FC3EE6A-128E-4D6B-9E10-0F4A4C3EF117}"
- },
- "contracts": [
- {
- "$type": "SlotTypeContract"
- }
- ],
- "slotName": "Out",
- "Descriptor": {
- "ConnectionType": 2,
- "SlotType": 1
- }
- }
- ],
- "Datums": [
- {
- "isOverloadedStorage": false,
- "scriptCanvasType": {
- "m_type": 1
- },
- "isNullPointer": false,
- "$type": "EntityId",
- "value": {
- "id": 4276206253
- },
- "label": "EntityID: 0"
- },
- {
- "isOverloadedStorage": false,
- "scriptCanvasType": {
- "m_type": 3
- },
- "isNullPointer": false,
- "$type": "double",
- "value": 0.0,
- "label": "Candidate :-("
- },
- {
- "isOverloadedStorage": false,
- "scriptCanvasType": {
- "m_type": 3
- },
- "isNullPointer": false,
- "$type": "double",
- "value": 0.0,
- "label": "Reference :-("
- },
- {
- "isOverloadedStorage": false,
- "scriptCanvasType": {
- "m_type": 5
- },
- "isNullPointer": false,
- "$type": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9} AZStd::string",
- "value": "",
- "label": "Report"
- }
- ],
- "methodType": 2,
- "methodName": "Expect Not Equal",
- "className": "Unit Testing",
- "resultSlotIDs": [
- {}
- ],
- "prettyClassName": "Unit Testing",
- "orderedInputSlotIds": [
- {
- "m_id": "{8787B115-1A47-4D9A-8A43-EE067CCD521D}"
- },
- {
- "m_id": "{57C06595-94F6-4812-81C2-BAD07F434D4C}"
- },
- {
- "m_id": "{9BCB99A3-ADDD-4203-A4FF-089D3FBF7BCE}"
- },
- {
- "m_id": "{2791652D-E224-4D9E-9C26-BB1F782B1EB1}"
- }
- ]
- }
- }
- },
- {
- "Id": {
- "id": 2801060494636489
- },
- "Name": "SC-Node(Mark Complete)",
- "Components": {
- "Component_[17413478449275831761]": {
- "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
- "Id": 17413478449275831761,
- "Slots": [
- {
- "id": {
- "m_id": "{97EFE86A-23C6-4D88-B9A0-615900A8FFC0}"
- },
- "contracts": [
- {
- "$type": "SlotTypeContract"
- },
- null
- ],
- "slotName": "EntityID: 0",
- "Descriptor": {
- "ConnectionType": 1,
- "SlotType": 2
- }
- },
- {
- "id": {
- "m_id": "{F077C200-67BB-4110-9BAF-D1B2D7049E90}"
- },
- "contracts": [
- {
- "$type": "SlotTypeContract"
- },
- null
- ],
- "slotName": "Report",
- "toolTip": "additional notes for the test report",
- "Descriptor": {
- "ConnectionType": 1,
- "SlotType": 2
- }
- },
- {
- "id": {
- "m_id": "{A9D72E23-43C4-494E-8572-271C5026AA41}"
- },
- "contracts": [
- {
- "$type": "SlotTypeContract"
- }
- ],
- "slotName": "In",
- "Descriptor": {
- "ConnectionType": 1,
- "SlotType": 1
- }
- },
- {
- "id": {
- "m_id": "{B62914F6-B192-4DE5-9D42-58E99BFB9C31}"
- },
- "contracts": [
- {
- "$type": "SlotTypeContract"
- }
- ],
- "slotName": "Out",
- "Descriptor": {
- "ConnectionType": 2,
- "SlotType": 1
- }
- }
- ],
- "Datums": [
- {
- "isOverloadedStorage": false,
- "scriptCanvasType": {
- "m_type": 1
- },
- "isNullPointer": false,
- "$type": "EntityId",
- "value": {
- "id": 4276206253
- },
- "label": "EntityID: 0"
- },
- {
- "isOverloadedStorage": false,
- "scriptCanvasType": {
- "m_type": 5
- },
- "isNullPointer": false,
- "$type": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9} AZStd::string",
- "value": "",
- "label": "Report"
- }
- ],
- "methodType": 2,
- "methodName": "Mark Complete",
- "className": "Unit Testing",
- "resultSlotIDs": [
- {}
- ],
- "prettyClassName": "Unit Testing"
- }
- }
- },
- {
- "Id": {
- "id": 2801056199669193
- },
- "Name": "SC-Node(Expect Equal)",
- "Components": {
- "Component_[7275926304958646518]": {
- "$type": "MethodOverloaded",
- "Id": 7275926304958646518,
- "Slots": [
- {
- "id": {
- "m_id": "{BFE4CDE8-CCAC-416B-94D8-FD1D098425EB}"
- },
- "contracts": [
- {
- "$type": "SlotTypeContract"
- },
- null
- ],
- "slotName": "EntityID: 0",
- "DisplayDataType": {
- "m_type": 1
- },
- "Descriptor": {
- "ConnectionType": 1,
- "SlotType": 2
- }
- },
- {
- "IsOverload": true,
- "id": {
- "m_id": "{23474693-42E6-44E0-B296-DA32881B142E}"
- },
- "DynamicTypeOverride": 3,
- "contracts": [
- {
- "$type": "SlotTypeContract"
- },
- null
- ],
- "slotName": "Candidate",
- "toolTip": "left of ==",
- "DisplayDataType": {
- "m_type": 3
- },
- "Descriptor": {
- "ConnectionType": 1,
- "SlotType": 2
- },
- "IsReference": true,
- "VariableReference": {
- "m_id": "{8B7106CA-E5FA-4D62-8A0A-F2052AA1FC0C}"
- }
- },
- {
- "IsOverload": true,
- "id": {
- "m_id": "{D904C2BE-7833-4C23-9BA3-78B5A5E11B62}"
- },
- "DynamicTypeOverride": 3,
- "contracts": [
- {
- "$type": "SlotTypeContract"
- },
- null
- ],
- "slotName": "Reference",
- "toolTip": "right of ==",
- "DisplayDataType": {
- "m_type": 3
- },
- "Descriptor": {
- "ConnectionType": 1,
- "SlotType": 2
- },
- "IsReference": true,
- "VariableReference": {
- "m_id": "{8B7106CA-E5FA-4D62-8A0A-F2052AA1FC0C}"
- }
- },
- {
- "id": {
- "m_id": "{C8ED14C4-E5A2-4A22-A510-7A9387C0CBEB}"
- },
- "contracts": [
- {
- "$type": "SlotTypeContract"
- },
- null
- ],
- "slotName": "Report",
- "toolTip": "additional notes for the test report",
- "DisplayDataType": {
- "m_type": 5
- },
- "Descriptor": {
- "ConnectionType": 1,
- "SlotType": 2
- }
- },
- {
- "id": {
- "m_id": "{6C271126-2167-4ACF-8B8D-7680732F5188}"
- },
- "contracts": [
- {
- "$type": "SlotTypeContract"
- }
- ],
- "slotName": "In",
- "Descriptor": {
- "ConnectionType": 1,
- "SlotType": 1
- }
- },
- {
- "id": {
- "m_id": "{BAD99297-0605-4EC8-9170-2790416EA7FF}"
- },
- "contracts": [
- {
- "$type": "SlotTypeContract"
- }
- ],
- "slotName": "Out",
- "Descriptor": {
- "ConnectionType": 2,
- "SlotType": 1
- }
- }
- ],
- "Datums": [
- {
- "isOverloadedStorage": false,
- "scriptCanvasType": {
- "m_type": 1
- },
- "isNullPointer": false,
- "$type": "EntityId",
- "value": {
- "id": 4276206253
- },
- "label": "EntityID: 0"
- },
- {
- "isOverloadedStorage": false,
- "scriptCanvasType": {
- "m_type": 3
- },
- "isNullPointer": false,
- "$type": "double",
- "value": 0.0,
- "label": "Candidate :-("
- },
- {
- "isOverloadedStorage": false,
- "scriptCanvasType": {
- "m_type": 3
- },
- "isNullPointer": false,
- "$type": "double",
- "value": 0.0,
- "label": "Reference :-("
- },
- {
- "isOverloadedStorage": false,
- "scriptCanvasType": {
- "m_type": 5
- },
- "isNullPointer": false,
- "$type": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9} AZStd::string",
- "value": "",
- "label": "Report"
- }
- ],
- "methodType": 2,
- "methodName": "Expect Equal",
- "className": "Unit Testing",
- "resultSlotIDs": [
- {}
- ],
- "prettyClassName": "Unit Testing",
- "orderedInputSlotIds": [
- {
- "m_id": "{BFE4CDE8-CCAC-416B-94D8-FD1D098425EB}"
- },
- {
- "m_id": "{23474693-42E6-44E0-B296-DA32881B142E}"
- },
- {
- "m_id": "{D904C2BE-7833-4C23-9BA3-78B5A5E11B62}"
- },
- {
- "m_id": "{C8ED14C4-E5A2-4A22-A510-7A9387C0CBEB}"
- }
- ]
- }
- }
- },
- {
- "Id": {
- "id": 2801051904701897
- },
- "Name": "SC-Node(Expect Equal)",
- "Components": {
- "Component_[7275926304958646518]": {
- "$type": "MethodOverloaded",
- "Id": 7275926304958646518,
- "Slots": [
- {
- "id": {
- "m_id": "{BFE4CDE8-CCAC-416B-94D8-FD1D098425EB}"
- },
- "contracts": [
- {
- "$type": "SlotTypeContract"
- },
- null
- ],
- "slotName": "EntityID: 0",
- "DisplayDataType": {
- "m_type": 1
- },
- "Descriptor": {
- "ConnectionType": 1,
- "SlotType": 2
- }
- },
- {
- "IsOverload": true,
- "id": {
- "m_id": "{23474693-42E6-44E0-B296-DA32881B142E}"
- },
- "DynamicTypeOverride": 3,
- "contracts": [
- {
- "$type": "SlotTypeContract"
- },
- null
- ],
- "slotName": "Candidate",
- "toolTip": "left of ==",
- "DisplayDataType": {
- "m_type": 3
- },
- "Descriptor": {
- "ConnectionType": 1,
- "SlotType": 2
- },
- "IsReference": true,
- "VariableReference": {
- "m_id": "{8B7106CA-E5FA-4D62-8A0A-F2052AA1FC0C}"
- }
- },
- {
- "IsOverload": true,
- "id": {
- "m_id": "{D904C2BE-7833-4C23-9BA3-78B5A5E11B62}"
- },
- "DynamicTypeOverride": 3,
- "contracts": [
- {
- "$type": "SlotTypeContract"
- },
- null
- ],
- "slotName": "Reference",
- "toolTip": "right of ==",
- "DisplayDataType": {
- "m_type": 3
- },
- "Descriptor": {
- "ConnectionType": 1,
- "SlotType": 2
- },
- "IsReference": true,
- "VariableReference": {
- "m_id": "{BB1F0708-EC9E-4624-B176-86CEE67E73C7}"
- }
- },
- {
- "id": {
- "m_id": "{C8ED14C4-E5A2-4A22-A510-7A9387C0CBEB}"
- },
- "contracts": [
- {
- "$type": "SlotTypeContract"
- },
- null
- ],
- "slotName": "Report",
- "toolTip": "additional notes for the test report",
- "DisplayDataType": {
- "m_type": 5
- },
- "Descriptor": {
- "ConnectionType": 1,
- "SlotType": 2
- }
- },
- {
- "id": {
- "m_id": "{6C271126-2167-4ACF-8B8D-7680732F5188}"
- },
- "contracts": [
- {
- "$type": "SlotTypeContract"
- }
- ],
- "slotName": "In",
- "Descriptor": {
- "ConnectionType": 1,
- "SlotType": 1
- }
- },
- {
- "id": {
- "m_id": "{BAD99297-0605-4EC8-9170-2790416EA7FF}"
- },
- "contracts": [
- {
- "$type": "SlotTypeContract"
- }
- ],
- "slotName": "Out",
- "Descriptor": {
- "ConnectionType": 2,
- "SlotType": 1
- }
- }
- ],
- "Datums": [
- {
- "isOverloadedStorage": false,
- "scriptCanvasType": {
- "m_type": 1
- },
- "isNullPointer": false,
- "$type": "EntityId",
- "value": {
- "id": 4276206253
- },
- "label": "EntityID: 0"
- },
- {
- "isOverloadedStorage": false,
- "scriptCanvasType": {
- "m_type": 3
- },
- "isNullPointer": false,
- "$type": "double",
- "value": 0.0,
- "label": "Candidate :-("
- },
- {
- "isOverloadedStorage": false,
- "scriptCanvasType": {
- "m_type": 3
- },
- "isNullPointer": false,
- "$type": "double",
- "value": 0.0,
- "label": "Reference :-("
- },
- {
- "isOverloadedStorage": false,
- "scriptCanvasType": {
- "m_type": 5
- },
- "isNullPointer": false,
- "$type": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9} AZStd::string",
- "value": "",
- "label": "Report"
- }
- ],
- "methodType": 2,
- "methodName": "Expect Equal",
- "className": "Unit Testing",
- "resultSlotIDs": [
- {}
- ],
- "prettyClassName": "Unit Testing",
- "orderedInputSlotIds": [
- {
- "m_id": "{BFE4CDE8-CCAC-416B-94D8-FD1D098425EB}"
- },
- {
- "m_id": "{23474693-42E6-44E0-B296-DA32881B142E}"
- },
- {
- "m_id": "{D904C2BE-7833-4C23-9BA3-78B5A5E11B62}"
- },
- {
- "m_id": "{C8ED14C4-E5A2-4A22-A510-7A9387C0CBEB}"
- }
- ]
- }
- }
- }
- ],
- "m_connections": [
- {
- "Id": {
- "id": 2801077674505673
- },
- "Name": "srcEndpoint=(On Graph Start: Out), destEndpoint=(Expect Equal: In)",
- "Components": {
- "Component_[4450254305112605498]": {
- "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
- "Id": 4450254305112605498,
- "sourceEndpoint": {
- "nodeId": {
- "id": 2801069084571081
- },
- "slotId": {
- "m_id": "{44FA5998-4DBF-492B-9B0C-283B1DBC396B}"
- }
- },
- "targetEndpoint": {
- "nodeId": {
- "id": 2801056199669193
- },
- "slotId": {
- "m_id": "{6C271126-2167-4ACF-8B8D-7680732F5188}"
- }
- }
- }
- }
- },
- {
- "Id": {
- "id": 2801081969472969
- },
- "Name": "srcEndpoint=(Expect Equal: Out), destEndpoint=(Expect Not Equal: In)",
- "Components": {
- "Component_[18400834501545489145]": {
- "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
- "Id": 18400834501545489145,
- "sourceEndpoint": {
- "nodeId": {
- "id": 2801056199669193
- },
- "slotId": {
- "m_id": "{BAD99297-0605-4EC8-9170-2790416EA7FF}"
- }
- },
- "targetEndpoint": {
- "nodeId": {
- "id": 2801064789603785
- },
- "slotId": {
- "m_id": "{D6A9946D-3B0C-4748-8C18-EC392D7BF41E}"
- }
- }
- }
- }
- },
- {
- "Id": {
- "id": 2801086264440265
- },
- "Name": "srcEndpoint=(Expect Equal: Out), destEndpoint=(Mark Complete: In)",
- "Components": {
- "Component_[9797435379803566950]": {
- "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
- "Id": 9797435379803566950,
- "sourceEndpoint": {
- "nodeId": {
- "id": 2801051904701897
- },
- "slotId": {
- "m_id": "{BAD99297-0605-4EC8-9170-2790416EA7FF}"
- }
- },
- "targetEndpoint": {
- "nodeId": {
- "id": 2801060494636489
- },
- "slotId": {
- "m_id": "{A9D72E23-43C4-494E-8572-271C5026AA41}"
- }
- }
- }
- }
- },
- {
- "Id": {
- "id": 2801090559407561
- },
- "Name": "srcEndpoint=(Expect Not Equal: Out), destEndpoint=(Get Variable: In)",
- "Components": {
- "Component_[16575793364387571151]": {
- "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
- "Id": 16575793364387571151,
- "sourceEndpoint": {
- "nodeId": {
- "id": 2801064789603785
- },
- "slotId": {
- "m_id": "{8FC3EE6A-128E-4D6B-9E10-0F4A4C3EF117}"
- }
- },
- "targetEndpoint": {
- "nodeId": {
- "id": 2801073379538377
- },
- "slotId": {
- "m_id": "{97DFD8E6-3919-460D-B46D-5C456BDFF6F6}"
- }
- }
- }
- }
- },
- {
- "Id": {
- "id": 2801094854374857
- },
- "Name": "srcEndpoint=(Get Variable: Out), destEndpoint=(Expect Equal: In)",
- "Components": {
- "Component_[17849993228998106722]": {
- "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
- "Id": 17849993228998106722,
- "sourceEndpoint": {
- "nodeId": {
- "id": 2801073379538377
- },
- "slotId": {
- "m_id": "{E33F1A5E-769C-47CD-BB53-3A2D1B159B63}"
- }
- },
- "targetEndpoint": {
- "nodeId": {
- "id": 2801051904701897
- },
- "slotId": {
- "m_id": "{6C271126-2167-4ACF-8B8D-7680732F5188}"
- }
- }
- }
- }
- }
- ]
- },
- "versionData": {
- "_grammarVersion": 1,
- "_runtimeVersion": 1,
- "_fileVersion": 1
- },
- "m_variableCounter": 14,
- "GraphCanvasData": [
- {
- "Key": {
- "id": 2801047609734601
- },
- "Value": {
- "ComponentData": {
- "{5F84B500-8C45-40D1-8EFC-A5306B241444}": {
- "$type": "SceneComponentSaveData",
- "ViewParams": {
- "Scale": 0.8119412,
- "AnchorX": -984.0614013671875,
- "AnchorY": -513.583984375
- }
- }
- }
- }
- },
- {
- "Key": {
- "id": 2801051904701897
- },
- "Value": {
- "ComponentData": {
- "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
- "$type": "GeneralNodeTitleComponentSaveData",
- "PaletteOverride": "MethodNodeTitlePalette"
- },
- "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
- "$type": "GeometrySaveData",
- "Position": [
- 140.0,
- -260.0
- ]
- },
- "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
- "$type": "StylingComponentSaveData",
- "SubStyle": ".method"
- },
- "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
- "$type": "PersistentIdComponentSaveData",
- "PersistentId": "{BC17204D-9CDA-4E13-B336-C1A5BEC31130}"
- }
- }
- }
- },
- {
- "Key": {
- "id": 2801056199669193
- },
- "Value": {
- "ComponentData": {
- "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
- "$type": "NodeSaveData"
- },
- "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
- "$type": "GeneralNodeTitleComponentSaveData",
- "PaletteOverride": "MethodNodeTitlePalette"
- },
- "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
- "$type": "GeometrySaveData",
- "Position": [
- -820.0,
- -260.0
- ]
- },
- "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
- "$type": "StylingComponentSaveData",
- "SubStyle": ".method"
- },
- "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
- "$type": "PersistentIdComponentSaveData",
- "PersistentId": "{E79B1B5A-35DB-4B42-9E1F-F61A3920BF49}"
- }
- }
- }
- },
- {
- "Key": {
- "id": 2801060494636489
- },
- "Value": {
- "ComponentData": {
- "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
- "$type": "NodeSaveData"
- },
- "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
- "$type": "GeneralNodeTitleComponentSaveData",
- "PaletteOverride": "MethodNodeTitlePalette"
- },
- "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
- "$type": "GeometrySaveData",
- "Position": [
- 460.0,
- -260.0
- ]
- },
- "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
- "$type": "StylingComponentSaveData",
- "SubStyle": ".method"
- },
- "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
- "$type": "PersistentIdComponentSaveData",
- "PersistentId": "{F16AB389-D3A6-40E7-9709-9107CBBA3239}"
- }
- }
- }
- },
- {
- "Key": {
- "id": 2801064789603785
- },
- "Value": {
- "ComponentData": {
- "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
- "$type": "NodeSaveData"
- },
- "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
- "$type": "GeneralNodeTitleComponentSaveData",
- "PaletteOverride": "MethodNodeTitlePalette"
- },
- "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
- "$type": "GeometrySaveData",
- "Position": [
- -460.0,
- -260.0
- ]
- },
- "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
- "$type": "StylingComponentSaveData",
- "SubStyle": ".method"
- },
- "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
- "$type": "PersistentIdComponentSaveData",
- "PersistentId": "{ADE75157-D373-4C3E-A7DE-407AFB9DB650}"
- }
- }
- }
- },
- {
- "Key": {
- "id": 2801069084571081
- },
- "Value": {
- "ComponentData": {
- "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
- "$type": "NodeSaveData"
- },
- "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
- "$type": "GeneralNodeTitleComponentSaveData",
- "PaletteOverride": "TimeNodeTitlePalette"
- },
- "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
- "$type": "GeometrySaveData",
- "Position": [
- -1020.0,
- -260.0
- ]
- },
- "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
- "$type": "StylingComponentSaveData",
- "SubStyle": ".time"
- },
- "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
- "$type": "PersistentIdComponentSaveData",
- "PersistentId": "{A625DB75-9564-40E2-B8A8-322AFC065F74}"
- }
- }
- }
- },
- {
- "Key": {
- "id": 2801073379538377
- },
- "Value": {
- "ComponentData": {
- "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
- "$type": "NodeSaveData"
- },
- "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
- "$type": "GeneralNodeTitleComponentSaveData",
- "PaletteOverride": "GetVariableNodeTitlePalette"
- },
- "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
- "$type": "GeometrySaveData",
- "Position": [
- -160.0,
- -260.0
- ]
- },
- "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
- "$type": "StylingComponentSaveData",
- "SubStyle": ".getVariable"
- },
- "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
- "$type": "PersistentIdComponentSaveData",
- "PersistentId": "{E055FD86-690F-4609-ABB5-63FFB474BBF9}"
- }
- }
- }
- }
- ],
- "StatisticsHelper": {
- "InstanceCounter": [
- {
- "Key": 3691713791610240745,
- "Value": 1
- },
- {
- "Key": 4053150093067829293,
- "Value": 2
- },
- {
- "Key": 4199610336680704683,
- "Value": 1
- },
- {
- "Key": 10204019744198319120,
- "Value": 1
- },
- {
- "Key": 16210971594935248306,
- "Value": 1
- }
- ]
- }
- },
- "Component_[2058679695354651877]": {
- "$type": "EditorGraphVariableManagerComponent",
- "Id": 2058679695354651877,
- "m_variableData": {
- "m_nameVariableMap": [
- {
- "Key": {
- "m_id": "{8B7106CA-E5FA-4D62-8A0A-F2052AA1FC0C}"
- },
- "Value": {
- "Datum": {
- "isOverloadedStorage": false,
- "scriptCanvasType": {
- "m_type": 3
- },
- "isNullPointer": false,
- "$type": "double",
- "value": 7.0,
- "label": "Number"
- },
- "VariableId": {
- "m_id": "{8B7106CA-E5FA-4D62-8A0A-F2052AA1FC0C}"
- },
- "VariableName": "Seven"
- }
- },
- {
- "Key": {
- "m_id": "{BB1F0708-EC9E-4624-B176-86CEE67E73C7}"
- },
- "Value": {
- "Datum": {
- "isOverloadedStorage": false,
- "scriptCanvasType": {
- "m_type": 3
- },
- "isNullPointer": false,
- "$type": "double",
- "value": 8.0,
- "label": "Number"
- },
- "VariableId": {
- "m_id": "{BB1F0708-EC9E-4624-B176-86CEE67E73C7}"
- },
- "VariableName": "Eight"
- }
- }
- ]
- }
- }
- }
- }
- }
- }
|