LY_SC_UnitTest_NodeableDurationSubgraphOnTickDiagnostic.scriptcanvas 101 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "ScriptCanvasData",
  5. "ClassData": {
  6. "m_scriptCanvas": {
  7. "Id": {
  8. "id": 927989135398958
  9. },
  10. "Name": "LY_SC_UnitTest_NodeableDurationSubgraph",
  11. "Components": {
  12. "Component_[16299685001553620433]": {
  13. "$type": "EditorGraph",
  14. "Id": 16299685001553620433,
  15. "m_graphData": {
  16. "m_nodes": [
  17. {
  18. "Id": {
  19. "id": 928006315268142
  20. },
  21. "Name": "SC Node(SetVariable)",
  22. "Components": {
  23. "Component_[10530105605805107476]": {
  24. "$type": "SetVariableNode",
  25. "Id": 10530105605805107476,
  26. "Slots": [
  27. {
  28. "id": {
  29. "m_id": "{CDE3CF44-5F5F-4B0B-9B6C-17ACB75850E3}"
  30. },
  31. "contracts": [
  32. {
  33. "$type": "SlotTypeContract"
  34. }
  35. ],
  36. "slotName": "In",
  37. "toolTip": "When signaled sends the variable referenced by this node to a Data Output slot",
  38. "Descriptor": {
  39. "ConnectionType": 1,
  40. "SlotType": 1
  41. }
  42. },
  43. {
  44. "id": {
  45. "m_id": "{86FDC4D5-1761-4474-8766-259A69D0F0B3}"
  46. },
  47. "contracts": [
  48. {
  49. "$type": "SlotTypeContract"
  50. }
  51. ],
  52. "slotName": "Out",
  53. "toolTip": "Signaled after the referenced variable has been pushed to the Data Output slot",
  54. "Descriptor": {
  55. "ConnectionType": 2,
  56. "SlotType": 1
  57. }
  58. },
  59. {
  60. "id": {
  61. "m_id": "{ABF38E1B-0097-4E2E-97F3-208323C67C20}"
  62. },
  63. "contracts": [
  64. {
  65. "$type": "SlotTypeContract"
  66. },
  67. null
  68. ],
  69. "slotName": "Boolean",
  70. "Descriptor": {
  71. "ConnectionType": 1,
  72. "SlotType": 2
  73. },
  74. "DataType": 1
  75. },
  76. {
  77. "id": {
  78. "m_id": "{1C4C4F46-CFA5-4B97-9D49-0F1BFC8204CB}"
  79. },
  80. "contracts": [
  81. {
  82. "$type": "SlotTypeContract"
  83. }
  84. ],
  85. "slotName": "Boolean",
  86. "DisplayDataType": {
  87. "m_type": 0
  88. },
  89. "Descriptor": {
  90. "ConnectionType": 2,
  91. "SlotType": 2
  92. },
  93. "DataType": 1
  94. }
  95. ],
  96. "Datums": [
  97. {
  98. "isOverloadedStorage": false,
  99. "scriptCanvasType": {
  100. "m_type": 0
  101. },
  102. "isNullPointer": false,
  103. "$type": "bool",
  104. "value": true,
  105. "label": "Boolean"
  106. }
  107. ],
  108. "m_variableId": {
  109. "m_id": "{FFF25CDA-5FB4-466D-B87D-AA9D2928A9C5}"
  110. },
  111. "m_variableDataInSlotId": {
  112. "m_id": "{ABF38E1B-0097-4E2E-97F3-208323C67C20}"
  113. },
  114. "m_variableDataOutSlotId": {
  115. "m_id": "{1C4C4F46-CFA5-4B97-9D49-0F1BFC8204CB}"
  116. }
  117. }
  118. }
  119. },
  120. {
  121. "Id": {
  122. "id": 928002020300846
  123. },
  124. "Name": "EBusEventHandler",
  125. "Components": {
  126. "Component_[1464399915263396635]": {
  127. "$type": "EBusEventHandler",
  128. "Id": 1464399915263396635,
  129. "Slots": [
  130. {
  131. "id": {
  132. "m_id": "{CBD23251-B16D-4E3E-B1F5-0FFD2F26DA68}"
  133. },
  134. "contracts": [
  135. {
  136. "$type": "SlotTypeContract"
  137. }
  138. ],
  139. "slotName": "Connect",
  140. "toolTip": "Connect this event handler to the specified entity.",
  141. "Descriptor": {
  142. "ConnectionType": 1,
  143. "SlotType": 1
  144. }
  145. },
  146. {
  147. "id": {
  148. "m_id": "{45AACC6F-386E-4C8F-AF3B-44282584F1E7}"
  149. },
  150. "contracts": [
  151. {
  152. "$type": "SlotTypeContract"
  153. }
  154. ],
  155. "slotName": "Disconnect",
  156. "toolTip": "Disconnect this event handler.",
  157. "Descriptor": {
  158. "ConnectionType": 1,
  159. "SlotType": 1
  160. }
  161. },
  162. {
  163. "id": {
  164. "m_id": "{BF46DAB9-CD4E-43F4-AFDF-E91862E3C8DC}"
  165. },
  166. "contracts": [
  167. {
  168. "$type": "SlotTypeContract"
  169. }
  170. ],
  171. "slotName": "OnConnected",
  172. "toolTip": "Signaled when a connection has taken place.",
  173. "Descriptor": {
  174. "ConnectionType": 2,
  175. "SlotType": 1
  176. }
  177. },
  178. {
  179. "id": {
  180. "m_id": "{D0E927F0-5E7F-41F8-B86F-921F3EC453C7}"
  181. },
  182. "contracts": [
  183. {
  184. "$type": "SlotTypeContract"
  185. }
  186. ],
  187. "slotName": "OnDisconnected",
  188. "toolTip": "Signaled when this event handler is disconnected.",
  189. "Descriptor": {
  190. "ConnectionType": 2,
  191. "SlotType": 1
  192. }
  193. },
  194. {
  195. "id": {
  196. "m_id": "{72562FC3-42F1-4057-B48C-9DAEA1512025}"
  197. },
  198. "contracts": [
  199. {
  200. "$type": "SlotTypeContract"
  201. }
  202. ],
  203. "slotName": "OnFailure",
  204. "toolTip": "Signaled when it is not possible to connect this handler.",
  205. "Descriptor": {
  206. "ConnectionType": 2,
  207. "SlotType": 1
  208. }
  209. },
  210. {
  211. "id": {
  212. "m_id": "{D38524C2-7336-41CB-A40A-6E5466C75E16}"
  213. },
  214. "contracts": [
  215. {
  216. "$type": "SlotTypeContract"
  217. }
  218. ],
  219. "slotName": "Number",
  220. "DisplayDataType": {
  221. "m_type": 3
  222. },
  223. "Descriptor": {
  224. "ConnectionType": 2,
  225. "SlotType": 2
  226. },
  227. "DataType": 1
  228. },
  229. {
  230. "id": {
  231. "m_id": "{0C9AB6E6-B99F-49B5-8434-F8AC9E25420E}"
  232. },
  233. "contracts": [
  234. {
  235. "$type": "SlotTypeContract"
  236. }
  237. ],
  238. "slotName": "ScriptTimePoint",
  239. "DisplayDataType": {
  240. "m_type": 4,
  241. "m_azType": "{4C0F6AD4-0D4F-4354-AD4A-0C01E948245C}"
  242. },
  243. "Descriptor": {
  244. "ConnectionType": 2,
  245. "SlotType": 2
  246. },
  247. "DataType": 1
  248. },
  249. {
  250. "id": {
  251. "m_id": "{28BDD128-E77A-43AE-8ECF-4A54FF2CD847}"
  252. },
  253. "contracts": [
  254. {
  255. "$type": "SlotTypeContract"
  256. }
  257. ],
  258. "slotName": "ExecutionSlot:OnTick",
  259. "Descriptor": {
  260. "ConnectionType": 2,
  261. "SlotType": 1
  262. },
  263. "IsLatent": true
  264. },
  265. {
  266. "id": {
  267. "m_id": "{F6BA92EA-13FD-452E-A86F-BDF665362F5C}"
  268. },
  269. "contracts": [
  270. {
  271. "$type": "SlotTypeContract"
  272. },
  273. null
  274. ],
  275. "slotName": "Result: Number",
  276. "Descriptor": {
  277. "ConnectionType": 1,
  278. "SlotType": 2
  279. },
  280. "DataType": 1
  281. },
  282. {
  283. "id": {
  284. "m_id": "{6CE50C36-5036-41AF-BB33-CAC72C024F84}"
  285. },
  286. "contracts": [
  287. {
  288. "$type": "SlotTypeContract"
  289. }
  290. ],
  291. "slotName": "ExecutionSlot:GetTickOrder",
  292. "Descriptor": {
  293. "ConnectionType": 2,
  294. "SlotType": 1
  295. },
  296. "IsLatent": true
  297. }
  298. ],
  299. "Datums": [
  300. {
  301. "isOverloadedStorage": false,
  302. "scriptCanvasType": {
  303. "m_type": 3
  304. },
  305. "isNullPointer": false,
  306. "$type": "double",
  307. "value": 0.0,
  308. "label": "Result: Number"
  309. }
  310. ],
  311. "m_eventMap": [
  312. {
  313. "Key": {
  314. "Value": 1502188240
  315. },
  316. "Value": {
  317. "m_eventName": "OnTick",
  318. "m_eventId": {
  319. "Value": 1502188240
  320. },
  321. "m_eventSlotId": {
  322. "m_id": "{28BDD128-E77A-43AE-8ECF-4A54FF2CD847}"
  323. },
  324. "m_parameterSlotIds": [
  325. {
  326. "m_id": "{D38524C2-7336-41CB-A40A-6E5466C75E16}"
  327. },
  328. {
  329. "m_id": "{0C9AB6E6-B99F-49B5-8434-F8AC9E25420E}"
  330. }
  331. ],
  332. "m_numExpectedArguments": 2
  333. }
  334. },
  335. {
  336. "Key": {
  337. "Value": 1890826333
  338. },
  339. "Value": {
  340. "m_eventName": "GetTickOrder",
  341. "m_eventId": {
  342. "Value": 1890826333
  343. },
  344. "m_eventSlotId": {
  345. "m_id": "{6CE50C36-5036-41AF-BB33-CAC72C024F84}"
  346. },
  347. "m_resultSlotId": {
  348. "m_id": "{F6BA92EA-13FD-452E-A86F-BDF665362F5C}"
  349. }
  350. }
  351. }
  352. ],
  353. "m_ebusName": "TickBus",
  354. "m_busId": {
  355. "Value": 1209186864
  356. }
  357. }
  358. }
  359. },
  360. {
  361. "Id": {
  362. "id": 928010610235438
  363. },
  364. "Name": "SC-Node(OperatorAdd)",
  365. "Components": {
  366. "Component_[16353432285708067841]": {
  367. "$type": "OperatorAdd",
  368. "Id": 16353432285708067841,
  369. "Slots": [
  370. {
  371. "id": {
  372. "m_id": "{84B7B67E-429C-41CD-B9F4-AE55A01811B5}"
  373. },
  374. "contracts": [
  375. {
  376. "$type": "SlotTypeContract"
  377. }
  378. ],
  379. "slotName": "In",
  380. "Descriptor": {
  381. "ConnectionType": 1,
  382. "SlotType": 1
  383. }
  384. },
  385. {
  386. "id": {
  387. "m_id": "{25F4CA6E-8FC2-433F-A6FA-5CB6A574092D}"
  388. },
  389. "contracts": [
  390. {
  391. "$type": "SlotTypeContract"
  392. }
  393. ],
  394. "slotName": "Out",
  395. "Descriptor": {
  396. "ConnectionType": 2,
  397. "SlotType": 1
  398. }
  399. },
  400. {
  401. "id": {
  402. "m_id": "{D4C73913-BF01-4293-ACF3-D4875861A241}"
  403. },
  404. "DynamicTypeOverride": 3,
  405. "contracts": [
  406. {
  407. "$type": "SlotTypeContract"
  408. },
  409. null,
  410. {
  411. "$type": "MathOperatorContract",
  412. "NativeTypes": [
  413. {
  414. "m_type": 3
  415. },
  416. {
  417. "m_type": 6
  418. },
  419. {
  420. "m_type": 8
  421. },
  422. {
  423. "m_type": 9
  424. },
  425. {
  426. "m_type": 10
  427. },
  428. {
  429. "m_type": 11
  430. },
  431. {
  432. "m_type": 12
  433. },
  434. {
  435. "m_type": 14
  436. },
  437. {
  438. "m_type": 15
  439. }
  440. ]
  441. }
  442. ],
  443. "slotName": "Number",
  444. "toolTip": "An operand to use in performing the specified Operation",
  445. "DisplayDataType": {
  446. "m_type": 3
  447. },
  448. "DisplayGroup": {
  449. "Value": 1114760223
  450. },
  451. "Descriptor": {
  452. "ConnectionType": 1,
  453. "SlotType": 2
  454. },
  455. "DynamicGroup": {
  456. "Value": 1114760223
  457. },
  458. "DataType": 1,
  459. "IsReference": true,
  460. "VariableReference": {
  461. "m_id": "{97364B4C-037B-4C67-944B-4F62AE8B153E}"
  462. }
  463. },
  464. {
  465. "id": {
  466. "m_id": "{EB3B5C8B-C478-4529-9A80-A71060D958D8}"
  467. },
  468. "DynamicTypeOverride": 3,
  469. "contracts": [
  470. {
  471. "$type": "SlotTypeContract"
  472. },
  473. null,
  474. {
  475. "$type": "MathOperatorContract",
  476. "NativeTypes": [
  477. {
  478. "m_type": 3
  479. },
  480. {
  481. "m_type": 6
  482. },
  483. {
  484. "m_type": 8
  485. },
  486. {
  487. "m_type": 9
  488. },
  489. {
  490. "m_type": 10
  491. },
  492. {
  493. "m_type": 11
  494. },
  495. {
  496. "m_type": 12
  497. },
  498. {
  499. "m_type": 14
  500. },
  501. {
  502. "m_type": 15
  503. }
  504. ]
  505. }
  506. ],
  507. "slotName": "Number",
  508. "toolTip": "An operand to use in performing the specified Operation",
  509. "DisplayDataType": {
  510. "m_type": 3
  511. },
  512. "DisplayGroup": {
  513. "Value": 1114760223
  514. },
  515. "Descriptor": {
  516. "ConnectionType": 1,
  517. "SlotType": 2
  518. },
  519. "DynamicGroup": {
  520. "Value": 1114760223
  521. },
  522. "DataType": 1,
  523. "IsReference": true,
  524. "VariableReference": {
  525. "m_id": "{B5B9996F-F7CC-4115-B5F2-2A306883DF31}"
  526. }
  527. },
  528. {
  529. "id": {
  530. "m_id": "{75BFA94E-E25A-4193-8A22-560D8E1DE90B}"
  531. },
  532. "DynamicTypeOverride": 3,
  533. "contracts": [
  534. {
  535. "$type": "SlotTypeContract"
  536. },
  537. {
  538. "$type": "MathOperatorContract",
  539. "NativeTypes": [
  540. {
  541. "m_type": 3
  542. },
  543. {
  544. "m_type": 6
  545. },
  546. {
  547. "m_type": 8
  548. },
  549. {
  550. "m_type": 9
  551. },
  552. {
  553. "m_type": 10
  554. },
  555. {
  556. "m_type": 11
  557. },
  558. {
  559. "m_type": 12
  560. },
  561. {
  562. "m_type": 14
  563. },
  564. {
  565. "m_type": 15
  566. }
  567. ]
  568. }
  569. ],
  570. "slotName": "Result",
  571. "toolTip": "The result of the specified operation",
  572. "DisplayDataType": {
  573. "m_type": 3
  574. },
  575. "DisplayGroup": {
  576. "Value": 1114760223
  577. },
  578. "Descriptor": {
  579. "ConnectionType": 2,
  580. "SlotType": 2
  581. },
  582. "DynamicGroup": {
  583. "Value": 1114760223
  584. },
  585. "DataType": 1,
  586. "IsReference": true,
  587. "VariableReference": {
  588. "m_id": "{97364B4C-037B-4C67-944B-4F62AE8B153E}"
  589. }
  590. }
  591. ],
  592. "Datums": [
  593. {
  594. "isOverloadedStorage": false,
  595. "scriptCanvasType": {
  596. "m_type": 3
  597. },
  598. "isNullPointer": false,
  599. "$type": "double",
  600. "value": 0.0,
  601. "label": "Number"
  602. },
  603. {
  604. "isOverloadedStorage": false,
  605. "scriptCanvasType": {
  606. "m_type": 3
  607. },
  608. "isNullPointer": false,
  609. "$type": "double",
  610. "value": 0.0,
  611. "label": "Number"
  612. }
  613. ]
  614. }
  615. }
  616. },
  617. {
  618. "Id": {
  619. "id": 927993430366254
  620. },
  621. "Name": "SC-Node(Greater)",
  622. "Components": {
  623. "Component_[526045287567689877]": {
  624. "$type": "Greater",
  625. "Id": 526045287567689877,
  626. "Slots": [
  627. {
  628. "id": {
  629. "m_id": "{8141D56C-C9F5-433F-8799-43484DE9067A}"
  630. },
  631. "contracts": [
  632. {
  633. "$type": "SlotTypeContract"
  634. }
  635. ],
  636. "slotName": "Result",
  637. "DisplayDataType": {
  638. "m_type": 0
  639. },
  640. "Descriptor": {
  641. "ConnectionType": 2,
  642. "SlotType": 2
  643. },
  644. "DataType": 1
  645. },
  646. {
  647. "id": {
  648. "m_id": "{B19F063A-E18C-4255-B3EE-BB4714EC4D35}"
  649. },
  650. "contracts": [
  651. {
  652. "$type": "SlotTypeContract"
  653. }
  654. ],
  655. "slotName": "In",
  656. "toolTip": "Signal to perform the evaluation when desired.",
  657. "Descriptor": {
  658. "ConnectionType": 1,
  659. "SlotType": 1
  660. }
  661. },
  662. {
  663. "id": {
  664. "m_id": "{799D93DE-D1A9-42BC-982B-D2D671F50B10}"
  665. },
  666. "contracts": [
  667. {
  668. "$type": "SlotTypeContract"
  669. }
  670. ],
  671. "slotName": "True",
  672. "toolTip": "Signaled if the result of the operation is true.",
  673. "Descriptor": {
  674. "ConnectionType": 2,
  675. "SlotType": 1
  676. }
  677. },
  678. {
  679. "id": {
  680. "m_id": "{D1B41034-C3AA-43C2-A433-B2921C7668F4}"
  681. },
  682. "contracts": [
  683. {
  684. "$type": "SlotTypeContract"
  685. }
  686. ],
  687. "slotName": "False",
  688. "toolTip": "Signaled if the result of the operation is false.",
  689. "Descriptor": {
  690. "ConnectionType": 2,
  691. "SlotType": 1
  692. }
  693. },
  694. {
  695. "id": {
  696. "m_id": "{87E3EC98-E9DD-46E1-9437-E1F2E974A5A2}"
  697. },
  698. "DynamicTypeOverride": 3,
  699. "contracts": [
  700. {
  701. "$type": "SlotTypeContract"
  702. },
  703. null
  704. ],
  705. "slotName": "Value A",
  706. "DisplayDataType": {
  707. "m_type": 3
  708. },
  709. "Descriptor": {
  710. "ConnectionType": 1,
  711. "SlotType": 2
  712. },
  713. "DynamicGroup": {
  714. "Value": 3545012108
  715. },
  716. "DataType": 1,
  717. "IsReference": true,
  718. "VariableReference": {
  719. "m_id": "{97364B4C-037B-4C67-944B-4F62AE8B153E}"
  720. }
  721. },
  722. {
  723. "id": {
  724. "m_id": "{9CE66D32-FC91-49C1-BBC4-465B235FE14A}"
  725. },
  726. "DynamicTypeOverride": 3,
  727. "contracts": [
  728. {
  729. "$type": "SlotTypeContract"
  730. },
  731. null
  732. ],
  733. "slotName": "Value B",
  734. "DisplayDataType": {
  735. "m_type": 3
  736. },
  737. "Descriptor": {
  738. "ConnectionType": 1,
  739. "SlotType": 2
  740. },
  741. "DynamicGroup": {
  742. "Value": 3545012108
  743. },
  744. "DataType": 1,
  745. "IsReference": true,
  746. "VariableReference": {
  747. "m_id": "{501F097D-54AE-4EA8-B771-3A8A5655A33E}"
  748. }
  749. }
  750. ],
  751. "Datums": [
  752. {
  753. "isOverloadedStorage": false,
  754. "scriptCanvasType": {
  755. "m_type": 3
  756. },
  757. "isNullPointer": false,
  758. "$type": "double",
  759. "value": 0.0,
  760. "label": "Value A"
  761. },
  762. {
  763. "isOverloadedStorage": false,
  764. "scriptCanvasType": {
  765. "m_type": 3
  766. },
  767. "isNullPointer": false,
  768. "$type": "double",
  769. "value": 0.0,
  770. "label": "Value B"
  771. }
  772. ]
  773. }
  774. }
  775. },
  776. {
  777. "Id": {
  778. "id": 928014905202734
  779. },
  780. "Name": "SC-Node(Mark Complete)",
  781. "Components": {
  782. "Component_[8020368585124730589]": {
  783. "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
  784. "Id": 8020368585124730589,
  785. "Slots": [
  786. {
  787. "isVisibile": false,
  788. "id": {
  789. "m_id": "{6882FC83-2488-4E72-9C35-E7AC514576F3}"
  790. },
  791. "contracts": [
  792. {
  793. "$type": "SlotTypeContract"
  794. },
  795. null
  796. ],
  797. "slotName": "EntityID: 0",
  798. "Descriptor": {
  799. "ConnectionType": 1,
  800. "SlotType": 2
  801. },
  802. "DataType": 1
  803. },
  804. {
  805. "id": {
  806. "m_id": "{C93B954A-91E0-4F78-9FD9-88E80D2E48A0}"
  807. },
  808. "contracts": [
  809. {
  810. "$type": "SlotTypeContract"
  811. },
  812. null
  813. ],
  814. "slotName": "Report",
  815. "toolTip": "additional notes for the test report",
  816. "Descriptor": {
  817. "ConnectionType": 1,
  818. "SlotType": 2
  819. },
  820. "DataType": 1
  821. },
  822. {
  823. "id": {
  824. "m_id": "{3BACA73A-3EFA-4A95-81FB-C0A017B7126B}"
  825. },
  826. "contracts": [
  827. {
  828. "$type": "SlotTypeContract"
  829. }
  830. ],
  831. "slotName": "In",
  832. "Descriptor": {
  833. "ConnectionType": 1,
  834. "SlotType": 1
  835. }
  836. },
  837. {
  838. "id": {
  839. "m_id": "{6AD34586-32AA-4470-8639-C2138FC61D51}"
  840. },
  841. "contracts": [
  842. {
  843. "$type": "SlotTypeContract"
  844. }
  845. ],
  846. "slotName": "Out",
  847. "Descriptor": {
  848. "ConnectionType": 2,
  849. "SlotType": 1
  850. }
  851. }
  852. ],
  853. "Datums": [
  854. {
  855. "isOverloadedStorage": false,
  856. "scriptCanvasType": {
  857. "m_type": 1
  858. },
  859. "isNullPointer": false,
  860. "$type": "EntityId",
  861. "value": {
  862. "id": 4276206253
  863. }
  864. },
  865. {
  866. "isOverloadedStorage": false,
  867. "scriptCanvasType": {
  868. "m_type": 5
  869. },
  870. "isNullPointer": false,
  871. "$type": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9} AZStd::string",
  872. "value": "Duration test complete",
  873. "label": "Report"
  874. }
  875. ],
  876. "methodType": 2,
  877. "methodName": "Mark Complete",
  878. "className": "Unit Testing",
  879. "resultSlotIDs": [
  880. {}
  881. ],
  882. "prettyClassName": "Unit Testing"
  883. }
  884. }
  885. },
  886. {
  887. "Id": {
  888. "id": 928019200170030
  889. },
  890. "Name": "SC-Node(Expect False)",
  891. "Components": {
  892. "Component_[9461191981464424368]": {
  893. "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
  894. "Id": 9461191981464424368,
  895. "Slots": [
  896. {
  897. "isVisibile": false,
  898. "id": {
  899. "m_id": "{111DE0DE-AD8B-4864-9848-8142ADFD8B4F}"
  900. },
  901. "contracts": [
  902. {
  903. "$type": "SlotTypeContract"
  904. },
  905. null
  906. ],
  907. "slotName": "EntityID: 0",
  908. "Descriptor": {
  909. "ConnectionType": 1,
  910. "SlotType": 2
  911. },
  912. "DataType": 1
  913. },
  914. {
  915. "id": {
  916. "m_id": "{C75F163B-0DAF-45DE-863E-0CB6AF770617}"
  917. },
  918. "contracts": [
  919. {
  920. "$type": "SlotTypeContract"
  921. },
  922. null
  923. ],
  924. "slotName": "Candidate",
  925. "toolTip": "a value that must be false",
  926. "Descriptor": {
  927. "ConnectionType": 1,
  928. "SlotType": 2
  929. },
  930. "DataType": 1,
  931. "IsReference": true,
  932. "VariableReference": {
  933. "m_id": "{FFF25CDA-5FB4-466D-B87D-AA9D2928A9C5}"
  934. }
  935. },
  936. {
  937. "id": {
  938. "m_id": "{B3BDF7A2-3D25-4B9F-A9CA-725CBF09CF64}"
  939. },
  940. "contracts": [
  941. {
  942. "$type": "SlotTypeContract"
  943. },
  944. null
  945. ],
  946. "slotName": "Report",
  947. "toolTip": "additional notes for the test report",
  948. "Descriptor": {
  949. "ConnectionType": 1,
  950. "SlotType": 2
  951. },
  952. "DataType": 1
  953. },
  954. {
  955. "id": {
  956. "m_id": "{ED111219-EB7E-4757-9256-0D2072D60D8E}"
  957. },
  958. "contracts": [
  959. {
  960. "$type": "SlotTypeContract"
  961. }
  962. ],
  963. "slotName": "In",
  964. "Descriptor": {
  965. "ConnectionType": 1,
  966. "SlotType": 1
  967. }
  968. },
  969. {
  970. "id": {
  971. "m_id": "{05BBCC9A-1DFE-4BBF-A545-6CAB256F3FA9}"
  972. },
  973. "contracts": [
  974. {
  975. "$type": "SlotTypeContract"
  976. }
  977. ],
  978. "slotName": "Out",
  979. "Descriptor": {
  980. "ConnectionType": 2,
  981. "SlotType": 1
  982. }
  983. }
  984. ],
  985. "Datums": [
  986. {
  987. "isOverloadedStorage": false,
  988. "scriptCanvasType": {
  989. "m_type": 1
  990. },
  991. "isNullPointer": false,
  992. "$type": "EntityId",
  993. "value": {
  994. "id": 4276206253
  995. }
  996. },
  997. {
  998. "isOverloadedStorage": false,
  999. "scriptCanvasType": {
  1000. "m_type": 0
  1001. },
  1002. "isNullPointer": false,
  1003. "$type": "bool",
  1004. "value": false,
  1005. "label": "Candidate"
  1006. },
  1007. {
  1008. "isOverloadedStorage": false,
  1009. "scriptCanvasType": {
  1010. "m_type": 5
  1011. },
  1012. "isNullPointer": false,
  1013. "$type": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9} AZStd::string",
  1014. "value": "received expect false",
  1015. "label": "Report"
  1016. }
  1017. ],
  1018. "methodType": 2,
  1019. "methodName": "Expect False",
  1020. "className": "Unit Testing",
  1021. "resultSlotIDs": [
  1022. {}
  1023. ],
  1024. "prettyClassName": "Unit Testing"
  1025. }
  1026. }
  1027. },
  1028. {
  1029. "Id": {
  1030. "id": 927997725333550
  1031. },
  1032. "Name": "SC-Node(Expect False)",
  1033. "Components": {
  1034. "Component_[9461191981464424368]": {
  1035. "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
  1036. "Id": 9461191981464424368,
  1037. "Slots": [
  1038. {
  1039. "isVisibile": false,
  1040. "id": {
  1041. "m_id": "{111DE0DE-AD8B-4864-9848-8142ADFD8B4F}"
  1042. },
  1043. "contracts": [
  1044. {
  1045. "$type": "SlotTypeContract"
  1046. },
  1047. null
  1048. ],
  1049. "slotName": "EntityID: 0",
  1050. "Descriptor": {
  1051. "ConnectionType": 1,
  1052. "SlotType": 2
  1053. },
  1054. "DataType": 1
  1055. },
  1056. {
  1057. "id": {
  1058. "m_id": "{C75F163B-0DAF-45DE-863E-0CB6AF770617}"
  1059. },
  1060. "contracts": [
  1061. {
  1062. "$type": "SlotTypeContract"
  1063. },
  1064. null
  1065. ],
  1066. "slotName": "Candidate",
  1067. "toolTip": "a value that must be false",
  1068. "Descriptor": {
  1069. "ConnectionType": 1,
  1070. "SlotType": 2
  1071. },
  1072. "DataType": 1
  1073. },
  1074. {
  1075. "id": {
  1076. "m_id": "{B3BDF7A2-3D25-4B9F-A9CA-725CBF09CF64}"
  1077. },
  1078. "contracts": [
  1079. {
  1080. "$type": "SlotTypeContract"
  1081. },
  1082. null
  1083. ],
  1084. "slotName": "Report",
  1085. "toolTip": "additional notes for the test report",
  1086. "Descriptor": {
  1087. "ConnectionType": 1,
  1088. "SlotType": 2
  1089. },
  1090. "DataType": 1
  1091. },
  1092. {
  1093. "id": {
  1094. "m_id": "{ED111219-EB7E-4757-9256-0D2072D60D8E}"
  1095. },
  1096. "contracts": [
  1097. {
  1098. "$type": "SlotTypeContract"
  1099. }
  1100. ],
  1101. "slotName": "In",
  1102. "Descriptor": {
  1103. "ConnectionType": 1,
  1104. "SlotType": 1
  1105. }
  1106. },
  1107. {
  1108. "id": {
  1109. "m_id": "{05BBCC9A-1DFE-4BBF-A545-6CAB256F3FA9}"
  1110. },
  1111. "contracts": [
  1112. {
  1113. "$type": "SlotTypeContract"
  1114. }
  1115. ],
  1116. "slotName": "Out",
  1117. "Descriptor": {
  1118. "ConnectionType": 2,
  1119. "SlotType": 1
  1120. }
  1121. }
  1122. ],
  1123. "Datums": [
  1124. {
  1125. "isOverloadedStorage": false,
  1126. "scriptCanvasType": {
  1127. "m_type": 1
  1128. },
  1129. "isNullPointer": false,
  1130. "$type": "EntityId",
  1131. "value": {
  1132. "id": 4276206253
  1133. }
  1134. },
  1135. {
  1136. "isOverloadedStorage": false,
  1137. "scriptCanvasType": {
  1138. "m_type": 0
  1139. },
  1140. "isNullPointer": false,
  1141. "$type": "bool",
  1142. "value": false,
  1143. "label": "Candidate"
  1144. },
  1145. {
  1146. "isOverloadedStorage": false,
  1147. "scriptCanvasType": {
  1148. "m_type": 5
  1149. },
  1150. "isNullPointer": false,
  1151. "$type": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9} AZStd::string",
  1152. "value": "recieved expect false",
  1153. "label": "Report"
  1154. }
  1155. ],
  1156. "methodType": 2,
  1157. "methodName": "Expect False",
  1158. "className": "Unit Testing",
  1159. "resultSlotIDs": [
  1160. {}
  1161. ],
  1162. "prettyClassName": "Unit Testing"
  1163. }
  1164. }
  1165. }
  1166. ],
  1167. "m_connections": [
  1168. {
  1169. "Id": {
  1170. "id": 928023495137326
  1171. },
  1172. "Name": "srcEndpoint=(Add (+): Out), destEndpoint=(Greater Than (>): In)",
  1173. "Components": {
  1174. "Component_[11484251557429787565]": {
  1175. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  1176. "Id": 11484251557429787565,
  1177. "sourceEndpoint": {
  1178. "nodeId": {
  1179. "id": 928010610235438
  1180. },
  1181. "slotId": {
  1182. "m_id": "{25F4CA6E-8FC2-433F-A6FA-5CB6A574092D}"
  1183. }
  1184. },
  1185. "targetEndpoint": {
  1186. "nodeId": {
  1187. "id": 927993430366254
  1188. },
  1189. "slotId": {
  1190. "m_id": "{B19F063A-E18C-4255-B3EE-BB4714EC4D35}"
  1191. }
  1192. }
  1193. }
  1194. }
  1195. },
  1196. {
  1197. "Id": {
  1198. "id": 928027790104622
  1199. },
  1200. "Name": "srcEndpoint=(Greater Than (>): False), destEndpoint=(Expect False: In)",
  1201. "Components": {
  1202. "Component_[1145660856482781192]": {
  1203. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  1204. "Id": 1145660856482781192,
  1205. "sourceEndpoint": {
  1206. "nodeId": {
  1207. "id": 927993430366254
  1208. },
  1209. "slotId": {
  1210. "m_id": "{D1B41034-C3AA-43C2-A433-B2921C7668F4}"
  1211. }
  1212. },
  1213. "targetEndpoint": {
  1214. "nodeId": {
  1215. "id": 927997725333550
  1216. },
  1217. "slotId": {
  1218. "m_id": "{ED111219-EB7E-4757-9256-0D2072D60D8E}"
  1219. }
  1220. }
  1221. }
  1222. }
  1223. },
  1224. {
  1225. "Id": {
  1226. "id": 928032085071918
  1227. },
  1228. "Name": "srcEndpoint=(Greater Than (>): Result), destEndpoint=(Expect False: Candidate)",
  1229. "Components": {
  1230. "Component_[9257209633321724623]": {
  1231. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  1232. "Id": 9257209633321724623,
  1233. "sourceEndpoint": {
  1234. "nodeId": {
  1235. "id": 927993430366254
  1236. },
  1237. "slotId": {
  1238. "m_id": "{8141D56C-C9F5-433F-8799-43484DE9067A}"
  1239. }
  1240. },
  1241. "targetEndpoint": {
  1242. "nodeId": {
  1243. "id": 927997725333550
  1244. },
  1245. "slotId": {
  1246. "m_id": "{C75F163B-0DAF-45DE-863E-0CB6AF770617}"
  1247. }
  1248. }
  1249. }
  1250. }
  1251. },
  1252. {
  1253. "Id": {
  1254. "id": 928036380039214
  1255. },
  1256. "Name": "srcEndpoint=(TickBus Handler: ExecutionSlot:OnTick), destEndpoint=(Expect False: In)",
  1257. "Components": {
  1258. "Component_[2385323410381256256]": {
  1259. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  1260. "Id": 2385323410381256256,
  1261. "sourceEndpoint": {
  1262. "nodeId": {
  1263. "id": 928002020300846
  1264. },
  1265. "slotId": {
  1266. "m_id": "{28BDD128-E77A-43AE-8ECF-4A54FF2CD847}"
  1267. }
  1268. },
  1269. "targetEndpoint": {
  1270. "nodeId": {
  1271. "id": 928019200170030
  1272. },
  1273. "slotId": {
  1274. "m_id": "{ED111219-EB7E-4757-9256-0D2072D60D8E}"
  1275. }
  1276. }
  1277. }
  1278. }
  1279. },
  1280. {
  1281. "Id": {
  1282. "id": 928040675006510
  1283. },
  1284. "Name": "srcEndpoint=(Expect False: Out), destEndpoint=(Add (+): In)",
  1285. "Components": {
  1286. "Component_[2056813506012271046]": {
  1287. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  1288. "Id": 2056813506012271046,
  1289. "sourceEndpoint": {
  1290. "nodeId": {
  1291. "id": 928019200170030
  1292. },
  1293. "slotId": {
  1294. "m_id": "{05BBCC9A-1DFE-4BBF-A545-6CAB256F3FA9}"
  1295. }
  1296. },
  1297. "targetEndpoint": {
  1298. "nodeId": {
  1299. "id": 928010610235438
  1300. },
  1301. "slotId": {
  1302. "m_id": "{84B7B67E-429C-41CD-B9F4-AE55A01811B5}"
  1303. }
  1304. }
  1305. }
  1306. }
  1307. },
  1308. {
  1309. "Id": {
  1310. "id": 928044969973806
  1311. },
  1312. "Name": "srcEndpoint=(Greater Than (>): True), destEndpoint=(Set Variable: In)",
  1313. "Components": {
  1314. "Component_[7585277405811294981]": {
  1315. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  1316. "Id": 7585277405811294981,
  1317. "sourceEndpoint": {
  1318. "nodeId": {
  1319. "id": 927993430366254
  1320. },
  1321. "slotId": {
  1322. "m_id": "{799D93DE-D1A9-42BC-982B-D2D671F50B10}"
  1323. }
  1324. },
  1325. "targetEndpoint": {
  1326. "nodeId": {
  1327. "id": 928006315268142
  1328. },
  1329. "slotId": {
  1330. "m_id": "{CDE3CF44-5F5F-4B0B-9B6C-17ACB75850E3}"
  1331. }
  1332. }
  1333. }
  1334. }
  1335. },
  1336. {
  1337. "Id": {
  1338. "id": 928049264941102
  1339. },
  1340. "Name": "srcEndpoint=(Set Variable: Out), destEndpoint=(Mark Complete: In)",
  1341. "Components": {
  1342. "Component_[4313902603971937485]": {
  1343. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  1344. "Id": 4313902603971937485,
  1345. "sourceEndpoint": {
  1346. "nodeId": {
  1347. "id": 928006315268142
  1348. },
  1349. "slotId": {
  1350. "m_id": "{86FDC4D5-1761-4474-8766-259A69D0F0B3}"
  1351. }
  1352. },
  1353. "targetEndpoint": {
  1354. "nodeId": {
  1355. "id": 928014905202734
  1356. },
  1357. "slotId": {
  1358. "m_id": "{3BACA73A-3EFA-4A95-81FB-C0A017B7126B}"
  1359. }
  1360. }
  1361. }
  1362. }
  1363. }
  1364. ]
  1365. },
  1366. "m_assetType": "{3E2AC8CD-713F-453E-967F-29517F331784}",
  1367. "versionData": {
  1368. "_grammarVersion": 1,
  1369. "_runtimeVersion": 1,
  1370. "_fileVersion": 1
  1371. },
  1372. "m_variableCounter": 6,
  1373. "GraphCanvasData": [
  1374. {
  1375. "Key": {
  1376. "id": 927989135398958
  1377. },
  1378. "Value": {
  1379. "ComponentData": {
  1380. "{5F84B500-8C45-40D1-8EFC-A5306B241444}": {
  1381. "$type": "SceneComponentSaveData",
  1382. "ViewParams": {
  1383. "Scale": 0.8539896,
  1384. "AnchorX": 579.63232421875,
  1385. "AnchorY": -374.7117919921875
  1386. }
  1387. }
  1388. }
  1389. }
  1390. },
  1391. {
  1392. "Key": {
  1393. "id": 927993430366254
  1394. },
  1395. "Value": {
  1396. "ComponentData": {
  1397. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1398. "$type": "NodeSaveData"
  1399. },
  1400. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1401. "$type": "GeneralNodeTitleComponentSaveData",
  1402. "PaletteOverride": "MathNodeTitlePalette"
  1403. },
  1404. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1405. "$type": "GeometrySaveData",
  1406. "Position": [
  1407. 800.0,
  1408. -60.0
  1409. ]
  1410. },
  1411. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1412. "$type": "StylingComponentSaveData"
  1413. },
  1414. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1415. "$type": "PersistentIdComponentSaveData",
  1416. "PersistentId": "{E8A9648C-1282-4D38-8D96-D141ACA6315C}"
  1417. }
  1418. }
  1419. }
  1420. },
  1421. {
  1422. "Key": {
  1423. "id": 927997725333550
  1424. },
  1425. "Value": {
  1426. "ComponentData": {
  1427. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1428. "$type": "NodeSaveData"
  1429. },
  1430. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1431. "$type": "GeneralNodeTitleComponentSaveData",
  1432. "PaletteOverride": "MethodNodeTitlePalette"
  1433. },
  1434. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1435. "$type": "GeometrySaveData",
  1436. "Position": [
  1437. 1260.0,
  1438. 100.0
  1439. ]
  1440. },
  1441. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1442. "$type": "StylingComponentSaveData",
  1443. "SubStyle": ".method"
  1444. },
  1445. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1446. "$type": "PersistentIdComponentSaveData",
  1447. "PersistentId": "{EABCB39C-22DC-4734-AB6C-ED5320DF5ECC}"
  1448. }
  1449. }
  1450. }
  1451. },
  1452. {
  1453. "Key": {
  1454. "id": 928002020300846
  1455. },
  1456. "Value": {
  1457. "ComponentData": {
  1458. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1459. "$type": "NodeSaveData"
  1460. },
  1461. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1462. "$type": "GeometrySaveData",
  1463. "Position": [
  1464. -400.0,
  1465. -100.0
  1466. ]
  1467. },
  1468. "{9E81C95F-89C0-4476-8E82-63CCC4E52E04}": {
  1469. "$type": "EBusHandlerNodeDescriptorSaveData",
  1470. "EventIds": [
  1471. {
  1472. "Value": 1502188240
  1473. }
  1474. ]
  1475. },
  1476. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1477. "$type": "StylingComponentSaveData"
  1478. },
  1479. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1480. "$type": "PersistentIdComponentSaveData",
  1481. "PersistentId": "{1F610C80-376B-4443-9157-8FA99BE2C398}"
  1482. }
  1483. }
  1484. }
  1485. },
  1486. {
  1487. "Key": {
  1488. "id": 928006315268142
  1489. },
  1490. "Value": {
  1491. "ComponentData": {
  1492. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1493. "$type": "NodeSaveData"
  1494. },
  1495. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1496. "$type": "GeneralNodeTitleComponentSaveData",
  1497. "PaletteOverride": "SetVariableNodeTitlePalette"
  1498. },
  1499. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1500. "$type": "GeometrySaveData",
  1501. "Position": [
  1502. 1240.0,
  1503. -80.0
  1504. ]
  1505. },
  1506. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1507. "$type": "StylingComponentSaveData",
  1508. "SubStyle": ".setVariable"
  1509. },
  1510. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1511. "$type": "PersistentIdComponentSaveData",
  1512. "PersistentId": "{17D369B4-4258-43B5-A3DC-218CE65C1780}"
  1513. }
  1514. }
  1515. }
  1516. },
  1517. {
  1518. "Key": {
  1519. "id": 928010610235438
  1520. },
  1521. "Value": {
  1522. "ComponentData": {
  1523. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1524. "$type": "NodeSaveData"
  1525. },
  1526. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1527. "$type": "GeneralNodeTitleComponentSaveData",
  1528. "PaletteOverride": "MathNodeTitlePalette"
  1529. },
  1530. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1531. "$type": "GeometrySaveData",
  1532. "Position": [
  1533. 220.0,
  1534. -80.0
  1535. ]
  1536. },
  1537. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1538. "$type": "StylingComponentSaveData"
  1539. },
  1540. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1541. "$type": "PersistentIdComponentSaveData",
  1542. "PersistentId": "{F9DB11C8-D02D-4EF1-B3F6-83F633040EC7}"
  1543. }
  1544. }
  1545. }
  1546. },
  1547. {
  1548. "Key": {
  1549. "id": 928014905202734
  1550. },
  1551. "Value": {
  1552. "ComponentData": {
  1553. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1554. "$type": "NodeSaveData"
  1555. },
  1556. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1557. "$type": "GeneralNodeTitleComponentSaveData",
  1558. "PaletteOverride": "MethodNodeTitlePalette"
  1559. },
  1560. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1561. "$type": "GeometrySaveData",
  1562. "Position": [
  1563. 1560.0,
  1564. -80.0
  1565. ]
  1566. },
  1567. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1568. "$type": "StylingComponentSaveData",
  1569. "SubStyle": ".method"
  1570. },
  1571. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1572. "$type": "PersistentIdComponentSaveData",
  1573. "PersistentId": "{3E1D40A5-FFB3-4043-A3BF-BE46553FD063}"
  1574. }
  1575. }
  1576. }
  1577. },
  1578. {
  1579. "Key": {
  1580. "id": 928019200170030
  1581. },
  1582. "Value": {
  1583. "ComponentData": {
  1584. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1585. "$type": "NodeSaveData"
  1586. },
  1587. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1588. "$type": "GeneralNodeTitleComponentSaveData",
  1589. "PaletteOverride": "MethodNodeTitlePalette"
  1590. },
  1591. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1592. "$type": "GeometrySaveData",
  1593. "Position": [
  1594. -100.0,
  1595. -80.0
  1596. ]
  1597. },
  1598. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1599. "$type": "StylingComponentSaveData",
  1600. "SubStyle": ".method"
  1601. },
  1602. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1603. "$type": "PersistentIdComponentSaveData",
  1604. "PersistentId": "{7AA54377-FC1B-4ACF-9ED1-7F97F968A561}"
  1605. }
  1606. }
  1607. }
  1608. }
  1609. ],
  1610. "StatisticsHelper": {
  1611. "InstanceCounter": [
  1612. {
  1613. "Key": 1244476766431948410,
  1614. "Value": 1
  1615. },
  1616. {
  1617. "Key": 4511496914810470227,
  1618. "Value": 2
  1619. },
  1620. {
  1621. "Key": 5842117451819972883,
  1622. "Value": 1
  1623. },
  1624. {
  1625. "Key": 6840657073857873079,
  1626. "Value": 1
  1627. },
  1628. {
  1629. "Key": 8994928066793563946,
  1630. "Value": 1
  1631. },
  1632. {
  1633. "Key": 16883864771291515098,
  1634. "Value": 1
  1635. }
  1636. ]
  1637. }
  1638. },
  1639. "Component_[8249448536321698620]": {
  1640. "$type": "EditorGraphVariableManagerComponent",
  1641. "Id": 8249448536321698620,
  1642. "m_variableData": {
  1643. "m_nameVariableMap": [
  1644. {
  1645. "Key": {
  1646. "m_id": "{501F097D-54AE-4EA8-B771-3A8A5655A33E}"
  1647. },
  1648. "Value": {
  1649. "Datum": {
  1650. "isOverloadedStorage": false,
  1651. "scriptCanvasType": {
  1652. "m_type": 3
  1653. },
  1654. "isNullPointer": false,
  1655. "$type": "double",
  1656. "value": 2.0,
  1657. "label": "two"
  1658. },
  1659. "VariableId": {
  1660. "m_id": "{501F097D-54AE-4EA8-B771-3A8A5655A33E}"
  1661. },
  1662. "VariableName": "two"
  1663. }
  1664. },
  1665. {
  1666. "Key": {
  1667. "m_id": "{97364B4C-037B-4C67-944B-4F62AE8B153E}"
  1668. },
  1669. "Value": {
  1670. "Datum": {
  1671. "isOverloadedStorage": false,
  1672. "scriptCanvasType": {
  1673. "m_type": 3
  1674. },
  1675. "isNullPointer": false,
  1676. "$type": "double",
  1677. "value": 0.0,
  1678. "label": "Number"
  1679. },
  1680. "VariableId": {
  1681. "m_id": "{97364B4C-037B-4C67-944B-4F62AE8B153E}"
  1682. },
  1683. "VariableName": "counter"
  1684. }
  1685. },
  1686. {
  1687. "Key": {
  1688. "m_id": "{B5B9996F-F7CC-4115-B5F2-2A306883DF31}"
  1689. },
  1690. "Value": {
  1691. "Datum": {
  1692. "isOverloadedStorage": false,
  1693. "scriptCanvasType": {
  1694. "m_type": 3
  1695. },
  1696. "isNullPointer": false,
  1697. "$type": "double",
  1698. "value": 1.0,
  1699. "label": "Number"
  1700. },
  1701. "VariableId": {
  1702. "m_id": "{B5B9996F-F7CC-4115-B5F2-2A306883DF31}"
  1703. },
  1704. "VariableName": "one"
  1705. }
  1706. },
  1707. {
  1708. "Key": {
  1709. "m_id": "{FFF25CDA-5FB4-466D-B87D-AA9D2928A9C5}"
  1710. },
  1711. "Value": {
  1712. "Datum": {
  1713. "isOverloadedStorage": false,
  1714. "scriptCanvasType": {
  1715. "m_type": 0
  1716. },
  1717. "isNullPointer": false,
  1718. "$type": "bool",
  1719. "value": false,
  1720. "label": "Boolean"
  1721. },
  1722. "VariableId": {
  1723. "m_id": "{FFF25CDA-5FB4-466D-B87D-AA9D2928A9C5}"
  1724. },
  1725. "VariableName": "marked complete"
  1726. }
  1727. }
  1728. ]
  1729. }
  1730. }
  1731. }
  1732. }
  1733. }
  1734. }