LY_SC_UnitTest_ChainedInfiniteLoop.scriptcanvas 100 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "ScriptCanvasData",
  5. "ClassData": {
  6. "m_scriptCanvas": {
  7. "Id": {
  8. "id": 845912310372398
  9. },
  10. "Name": "Test_EBusChainedInfiniteTriggerLoop",
  11. "Components": {
  12. "Component_[17989873611366197642]": {
  13. "$type": "EditorGraph",
  14. "Id": 17989873611366197642,
  15. "m_graphData": {
  16. "m_nodes": [
  17. {
  18. "Id": {
  19. "id": 845916605339694
  20. },
  21. "Name": "SC-Node(Start)",
  22. "Components": {
  23. "Component_[10641904878538336846]": {
  24. "$type": "Start",
  25. "Id": 10641904878538336846,
  26. "Slots": [
  27. {
  28. "id": {
  29. "m_id": "{AC696DA6-6DB8-4421-B213-C2CA050EEDA8}"
  30. },
  31. "contracts": [
  32. {
  33. "$type": "SlotTypeContract"
  34. }
  35. ],
  36. "slotName": "Out",
  37. "toolTip": "Signaled when the entity that owns this graph is fully activated.",
  38. "Descriptor": {
  39. "ConnectionType": 2,
  40. "SlotType": 1
  41. }
  42. }
  43. ]
  44. }
  45. }
  46. },
  47. {
  48. "Id": {
  49. "id": 845925195274286
  50. },
  51. "Name": "SC-Node(OperatorAdd)",
  52. "Components": {
  53. "Component_[11375801498230574209]": {
  54. "$type": "OperatorAdd",
  55. "Id": 11375801498230574209,
  56. "Slots": [
  57. {
  58. "id": {
  59. "m_id": "{498C67B1-9C88-4DFD-B5A5-EFE19BA8F43D}"
  60. },
  61. "contracts": [
  62. {
  63. "$type": "SlotTypeContract"
  64. }
  65. ],
  66. "slotName": "In",
  67. "Descriptor": {
  68. "ConnectionType": 1,
  69. "SlotType": 1
  70. }
  71. },
  72. {
  73. "id": {
  74. "m_id": "{AC0E4E6D-00DB-4684-B16B-C6AABDA172EE}"
  75. },
  76. "contracts": [
  77. {
  78. "$type": "SlotTypeContract"
  79. }
  80. ],
  81. "slotName": "Out",
  82. "Descriptor": {
  83. "ConnectionType": 2,
  84. "SlotType": 1
  85. }
  86. },
  87. {
  88. "id": {
  89. "m_id": "{F126C2C6-BAA4-4C81-BB37-6306ACC7BC2B}"
  90. },
  91. "DynamicTypeOverride": 3,
  92. "contracts": [
  93. {
  94. "$type": "SlotTypeContract"
  95. },
  96. null,
  97. {
  98. "$type": "MathOperatorContract",
  99. "NativeTypes": [
  100. {
  101. "m_type": 3
  102. },
  103. {
  104. "m_type": 6
  105. },
  106. {
  107. "m_type": 8
  108. },
  109. {
  110. "m_type": 9
  111. },
  112. {
  113. "m_type": 10
  114. },
  115. {
  116. "m_type": 11
  117. },
  118. {
  119. "m_type": 12
  120. },
  121. {
  122. "m_type": 14
  123. },
  124. {
  125. "m_type": 15
  126. }
  127. ]
  128. }
  129. ],
  130. "slotName": "Number",
  131. "toolTip": "An operand to use in performing the specified Operation",
  132. "DisplayDataType": {
  133. "m_type": 3
  134. },
  135. "DisplayGroup": {
  136. "Value": 1114760223
  137. },
  138. "Descriptor": {
  139. "ConnectionType": 1,
  140. "SlotType": 2
  141. },
  142. "DynamicGroup": {
  143. "Value": 1114760223
  144. },
  145. "DataType": 1,
  146. "IsReference": true,
  147. "VariableReference": {
  148. "m_id": "{9B052779-60DD-47C1-9F54-C8A9C5BD8269}"
  149. }
  150. },
  151. {
  152. "id": {
  153. "m_id": "{2BC91856-9C41-46EF-A29F-86EEE991AB13}"
  154. },
  155. "DynamicTypeOverride": 3,
  156. "contracts": [
  157. {
  158. "$type": "SlotTypeContract"
  159. },
  160. null,
  161. {
  162. "$type": "MathOperatorContract",
  163. "NativeTypes": [
  164. {
  165. "m_type": 3
  166. },
  167. {
  168. "m_type": 6
  169. },
  170. {
  171. "m_type": 8
  172. },
  173. {
  174. "m_type": 9
  175. },
  176. {
  177. "m_type": 10
  178. },
  179. {
  180. "m_type": 11
  181. },
  182. {
  183. "m_type": 12
  184. },
  185. {
  186. "m_type": 14
  187. },
  188. {
  189. "m_type": 15
  190. }
  191. ]
  192. }
  193. ],
  194. "slotName": "Number",
  195. "toolTip": "An operand to use in performing the specified Operation",
  196. "DisplayDataType": {
  197. "m_type": 3
  198. },
  199. "DisplayGroup": {
  200. "Value": 1114760223
  201. },
  202. "Descriptor": {
  203. "ConnectionType": 1,
  204. "SlotType": 2
  205. },
  206. "DynamicGroup": {
  207. "Value": 1114760223
  208. },
  209. "DataType": 1
  210. },
  211. {
  212. "id": {
  213. "m_id": "{DACEBAAE-F2DB-4A59-803D-60E6C5A4B782}"
  214. },
  215. "DynamicTypeOverride": 3,
  216. "contracts": [
  217. {
  218. "$type": "SlotTypeContract"
  219. },
  220. {
  221. "$type": "MathOperatorContract",
  222. "NativeTypes": [
  223. {
  224. "m_type": 3
  225. },
  226. {
  227. "m_type": 6
  228. },
  229. {
  230. "m_type": 8
  231. },
  232. {
  233. "m_type": 9
  234. },
  235. {
  236. "m_type": 10
  237. },
  238. {
  239. "m_type": 11
  240. },
  241. {
  242. "m_type": 12
  243. },
  244. {
  245. "m_type": 14
  246. },
  247. {
  248. "m_type": 15
  249. }
  250. ]
  251. }
  252. ],
  253. "slotName": "Result",
  254. "toolTip": "The result of the specified operation",
  255. "DisplayDataType": {
  256. "m_type": 3
  257. },
  258. "DisplayGroup": {
  259. "Value": 1114760223
  260. },
  261. "Descriptor": {
  262. "ConnectionType": 2,
  263. "SlotType": 2
  264. },
  265. "DynamicGroup": {
  266. "Value": 1114760223
  267. },
  268. "DataType": 1,
  269. "IsReference": true,
  270. "VariableReference": {
  271. "m_id": "{9B052779-60DD-47C1-9F54-C8A9C5BD8269}"
  272. }
  273. }
  274. ],
  275. "Datums": [
  276. {
  277. "isOverloadedStorage": false,
  278. "scriptCanvasType": {
  279. "m_type": 3
  280. },
  281. "isNullPointer": false,
  282. "$type": "double",
  283. "value": 0.0
  284. },
  285. {
  286. "isOverloadedStorage": false,
  287. "scriptCanvasType": {
  288. "m_type": 3
  289. },
  290. "isNullPointer": false,
  291. "$type": "double",
  292. "value": 1.0,
  293. "label": "Number"
  294. }
  295. ]
  296. }
  297. }
  298. },
  299. {
  300. "Id": {
  301. "id": 845929490241582
  302. },
  303. "Name": "SC-Node(OperatorAdd)",
  304. "Components": {
  305. "Component_[11375801498230574209]": {
  306. "$type": "OperatorAdd",
  307. "Id": 11375801498230574209,
  308. "Slots": [
  309. {
  310. "id": {
  311. "m_id": "{498C67B1-9C88-4DFD-B5A5-EFE19BA8F43D}"
  312. },
  313. "contracts": [
  314. {
  315. "$type": "SlotTypeContract"
  316. }
  317. ],
  318. "slotName": "In",
  319. "Descriptor": {
  320. "ConnectionType": 1,
  321. "SlotType": 1
  322. }
  323. },
  324. {
  325. "id": {
  326. "m_id": "{AC0E4E6D-00DB-4684-B16B-C6AABDA172EE}"
  327. },
  328. "contracts": [
  329. {
  330. "$type": "SlotTypeContract"
  331. }
  332. ],
  333. "slotName": "Out",
  334. "Descriptor": {
  335. "ConnectionType": 2,
  336. "SlotType": 1
  337. }
  338. },
  339. {
  340. "id": {
  341. "m_id": "{F126C2C6-BAA4-4C81-BB37-6306ACC7BC2B}"
  342. },
  343. "DynamicTypeOverride": 3,
  344. "contracts": [
  345. {
  346. "$type": "SlotTypeContract"
  347. },
  348. null,
  349. {
  350. "$type": "MathOperatorContract",
  351. "NativeTypes": [
  352. {
  353. "m_type": 3
  354. },
  355. {
  356. "m_type": 6
  357. },
  358. {
  359. "m_type": 8
  360. },
  361. {
  362. "m_type": 9
  363. },
  364. {
  365. "m_type": 10
  366. },
  367. {
  368. "m_type": 11
  369. },
  370. {
  371. "m_type": 12
  372. },
  373. {
  374. "m_type": 14
  375. },
  376. {
  377. "m_type": 15
  378. }
  379. ]
  380. }
  381. ],
  382. "slotName": "Number",
  383. "toolTip": "An operand to use in performing the specified Operation",
  384. "DisplayDataType": {
  385. "m_type": 3
  386. },
  387. "DisplayGroup": {
  388. "Value": 1114760223
  389. },
  390. "Descriptor": {
  391. "ConnectionType": 1,
  392. "SlotType": 2
  393. },
  394. "DynamicGroup": {
  395. "Value": 1114760223
  396. },
  397. "DataType": 1,
  398. "IsReference": true,
  399. "VariableReference": {
  400. "m_id": "{D526833A-3C7C-4022-99A4-B3EC13ADA258}"
  401. }
  402. },
  403. {
  404. "id": {
  405. "m_id": "{2BC91856-9C41-46EF-A29F-86EEE991AB13}"
  406. },
  407. "DynamicTypeOverride": 3,
  408. "contracts": [
  409. {
  410. "$type": "SlotTypeContract"
  411. },
  412. null,
  413. {
  414. "$type": "MathOperatorContract",
  415. "NativeTypes": [
  416. {
  417. "m_type": 3
  418. },
  419. {
  420. "m_type": 6
  421. },
  422. {
  423. "m_type": 8
  424. },
  425. {
  426. "m_type": 9
  427. },
  428. {
  429. "m_type": 10
  430. },
  431. {
  432. "m_type": 11
  433. },
  434. {
  435. "m_type": 12
  436. },
  437. {
  438. "m_type": 14
  439. },
  440. {
  441. "m_type": 15
  442. }
  443. ]
  444. }
  445. ],
  446. "slotName": "Number",
  447. "toolTip": "An operand to use in performing the specified Operation",
  448. "DisplayDataType": {
  449. "m_type": 3
  450. },
  451. "DisplayGroup": {
  452. "Value": 1114760223
  453. },
  454. "Descriptor": {
  455. "ConnectionType": 1,
  456. "SlotType": 2
  457. },
  458. "DynamicGroup": {
  459. "Value": 1114760223
  460. },
  461. "DataType": 1
  462. },
  463. {
  464. "id": {
  465. "m_id": "{DACEBAAE-F2DB-4A59-803D-60E6C5A4B782}"
  466. },
  467. "DynamicTypeOverride": 3,
  468. "contracts": [
  469. {
  470. "$type": "SlotTypeContract"
  471. },
  472. {
  473. "$type": "MathOperatorContract",
  474. "NativeTypes": [
  475. {
  476. "m_type": 3
  477. },
  478. {
  479. "m_type": 6
  480. },
  481. {
  482. "m_type": 8
  483. },
  484. {
  485. "m_type": 9
  486. },
  487. {
  488. "m_type": 10
  489. },
  490. {
  491. "m_type": 11
  492. },
  493. {
  494. "m_type": 12
  495. },
  496. {
  497. "m_type": 14
  498. },
  499. {
  500. "m_type": 15
  501. }
  502. ]
  503. }
  504. ],
  505. "slotName": "Result",
  506. "toolTip": "The result of the specified operation",
  507. "DisplayDataType": {
  508. "m_type": 3
  509. },
  510. "DisplayGroup": {
  511. "Value": 1114760223
  512. },
  513. "Descriptor": {
  514. "ConnectionType": 2,
  515. "SlotType": 2
  516. },
  517. "DynamicGroup": {
  518. "Value": 1114760223
  519. },
  520. "DataType": 1,
  521. "IsReference": true,
  522. "VariableReference": {
  523. "m_id": "{D526833A-3C7C-4022-99A4-B3EC13ADA258}"
  524. }
  525. }
  526. ],
  527. "Datums": [
  528. {
  529. "isOverloadedStorage": false,
  530. "scriptCanvasType": {
  531. "m_type": 3
  532. },
  533. "isNullPointer": false,
  534. "$type": "double",
  535. "value": 0.0
  536. },
  537. {
  538. "isOverloadedStorage": false,
  539. "scriptCanvasType": {
  540. "m_type": 3
  541. },
  542. "isNullPointer": false,
  543. "$type": "double",
  544. "value": 1.0,
  545. "label": "Number"
  546. }
  547. ]
  548. }
  549. }
  550. },
  551. {
  552. "Id": {
  553. "id": 845933785208878
  554. },
  555. "Name": "SC-Node(OperatorAdd)",
  556. "Components": {
  557. "Component_[11375801498230574209]": {
  558. "$type": "OperatorAdd",
  559. "Id": 11375801498230574209,
  560. "Slots": [
  561. {
  562. "id": {
  563. "m_id": "{498C67B1-9C88-4DFD-B5A5-EFE19BA8F43D}"
  564. },
  565. "contracts": [
  566. {
  567. "$type": "SlotTypeContract"
  568. }
  569. ],
  570. "slotName": "In",
  571. "Descriptor": {
  572. "ConnectionType": 1,
  573. "SlotType": 1
  574. }
  575. },
  576. {
  577. "id": {
  578. "m_id": "{AC0E4E6D-00DB-4684-B16B-C6AABDA172EE}"
  579. },
  580. "contracts": [
  581. {
  582. "$type": "SlotTypeContract"
  583. }
  584. ],
  585. "slotName": "Out",
  586. "Descriptor": {
  587. "ConnectionType": 2,
  588. "SlotType": 1
  589. }
  590. },
  591. {
  592. "id": {
  593. "m_id": "{F126C2C6-BAA4-4C81-BB37-6306ACC7BC2B}"
  594. },
  595. "DynamicTypeOverride": 3,
  596. "contracts": [
  597. {
  598. "$type": "SlotTypeContract"
  599. },
  600. null,
  601. {
  602. "$type": "MathOperatorContract",
  603. "NativeTypes": [
  604. {
  605. "m_type": 3
  606. },
  607. {
  608. "m_type": 6
  609. },
  610. {
  611. "m_type": 8
  612. },
  613. {
  614. "m_type": 9
  615. },
  616. {
  617. "m_type": 10
  618. },
  619. {
  620. "m_type": 11
  621. },
  622. {
  623. "m_type": 12
  624. },
  625. {
  626. "m_type": 14
  627. },
  628. {
  629. "m_type": 15
  630. }
  631. ]
  632. }
  633. ],
  634. "slotName": "Number",
  635. "toolTip": "An operand to use in performing the specified Operation",
  636. "DisplayDataType": {
  637. "m_type": 3
  638. },
  639. "DisplayGroup": {
  640. "Value": 1114760223
  641. },
  642. "Descriptor": {
  643. "ConnectionType": 1,
  644. "SlotType": 2
  645. },
  646. "DynamicGroup": {
  647. "Value": 1114760223
  648. },
  649. "DataType": 1,
  650. "IsReference": true,
  651. "VariableReference": {
  652. "m_id": "{D526833A-3C7C-4022-99A4-B3EC13ADA258}"
  653. }
  654. },
  655. {
  656. "id": {
  657. "m_id": "{2BC91856-9C41-46EF-A29F-86EEE991AB13}"
  658. },
  659. "DynamicTypeOverride": 3,
  660. "contracts": [
  661. {
  662. "$type": "SlotTypeContract"
  663. },
  664. null,
  665. {
  666. "$type": "MathOperatorContract",
  667. "NativeTypes": [
  668. {
  669. "m_type": 3
  670. },
  671. {
  672. "m_type": 6
  673. },
  674. {
  675. "m_type": 8
  676. },
  677. {
  678. "m_type": 9
  679. },
  680. {
  681. "m_type": 10
  682. },
  683. {
  684. "m_type": 11
  685. },
  686. {
  687. "m_type": 12
  688. },
  689. {
  690. "m_type": 14
  691. },
  692. {
  693. "m_type": 15
  694. }
  695. ]
  696. }
  697. ],
  698. "slotName": "Number",
  699. "toolTip": "An operand to use in performing the specified Operation",
  700. "DisplayDataType": {
  701. "m_type": 3
  702. },
  703. "DisplayGroup": {
  704. "Value": 1114760223
  705. },
  706. "Descriptor": {
  707. "ConnectionType": 1,
  708. "SlotType": 2
  709. },
  710. "DynamicGroup": {
  711. "Value": 1114760223
  712. },
  713. "DataType": 1
  714. },
  715. {
  716. "id": {
  717. "m_id": "{DACEBAAE-F2DB-4A59-803D-60E6C5A4B782}"
  718. },
  719. "DynamicTypeOverride": 3,
  720. "contracts": [
  721. {
  722. "$type": "SlotTypeContract"
  723. },
  724. {
  725. "$type": "MathOperatorContract",
  726. "NativeTypes": [
  727. {
  728. "m_type": 3
  729. },
  730. {
  731. "m_type": 6
  732. },
  733. {
  734. "m_type": 8
  735. },
  736. {
  737. "m_type": 9
  738. },
  739. {
  740. "m_type": 10
  741. },
  742. {
  743. "m_type": 11
  744. },
  745. {
  746. "m_type": 12
  747. },
  748. {
  749. "m_type": 14
  750. },
  751. {
  752. "m_type": 15
  753. }
  754. ]
  755. }
  756. ],
  757. "slotName": "Result",
  758. "toolTip": "The result of the specified operation",
  759. "DisplayDataType": {
  760. "m_type": 3
  761. },
  762. "DisplayGroup": {
  763. "Value": 1114760223
  764. },
  765. "Descriptor": {
  766. "ConnectionType": 2,
  767. "SlotType": 2
  768. },
  769. "DynamicGroup": {
  770. "Value": 1114760223
  771. },
  772. "DataType": 1,
  773. "IsReference": true,
  774. "VariableReference": {
  775. "m_id": "{D526833A-3C7C-4022-99A4-B3EC13ADA258}"
  776. }
  777. }
  778. ],
  779. "Datums": [
  780. {
  781. "isOverloadedStorage": false,
  782. "scriptCanvasType": {
  783. "m_type": 3
  784. },
  785. "isNullPointer": false,
  786. "$type": "double",
  787. "value": 0.0
  788. },
  789. {
  790. "isOverloadedStorage": false,
  791. "scriptCanvasType": {
  792. "m_type": 3
  793. },
  794. "isNullPointer": false,
  795. "$type": "double",
  796. "value": 1.0,
  797. "label": "Number"
  798. }
  799. ]
  800. }
  801. }
  802. },
  803. {
  804. "Id": {
  805. "id": 845920900306990
  806. },
  807. "Name": "SC-Node(MarkComplete)",
  808. "Components": {
  809. "Component_[5174993349609110484]": {
  810. "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
  811. "Id": 5174993349609110484,
  812. "Slots": [
  813. {
  814. "isVisibile": false,
  815. "id": {
  816. "m_id": "{E6BBD91C-7E52-4B64-B97E-2ABD23C8EE65}"
  817. },
  818. "contracts": [
  819. {
  820. "$type": "SlotTypeContract"
  821. },
  822. null
  823. ],
  824. "slotName": "EntityID: 0",
  825. "Descriptor": {
  826. "ConnectionType": 1,
  827. "SlotType": 2
  828. },
  829. "DataType": 1
  830. },
  831. {
  832. "id": {
  833. "m_id": "{D75F8CB2-4D7F-4958-A0A9-ED78451668F8}"
  834. },
  835. "contracts": [
  836. {
  837. "$type": "SlotTypeContract"
  838. },
  839. null
  840. ],
  841. "slotName": "Report",
  842. "toolTip": "additional notes for the test report",
  843. "DisplayDataType": {
  844. "m_type": 5
  845. },
  846. "Descriptor": {
  847. "ConnectionType": 1,
  848. "SlotType": 2
  849. },
  850. "DataType": 1
  851. },
  852. {
  853. "id": {
  854. "m_id": "{18C941BE-12CB-4740-A423-ED2211650803}"
  855. },
  856. "contracts": [
  857. {
  858. "$type": "SlotTypeContract"
  859. }
  860. ],
  861. "slotName": "In",
  862. "Descriptor": {
  863. "ConnectionType": 1,
  864. "SlotType": 1
  865. }
  866. },
  867. {
  868. "id": {
  869. "m_id": "{E28CDF2E-84AD-4B5C-9FA2-E30B12868669}"
  870. },
  871. "contracts": [
  872. {
  873. "$type": "SlotTypeContract"
  874. }
  875. ],
  876. "slotName": "Out",
  877. "Descriptor": {
  878. "ConnectionType": 2,
  879. "SlotType": 1
  880. }
  881. }
  882. ],
  883. "Datums": [
  884. {
  885. "isOverloadedStorage": false,
  886. "scriptCanvasType": {
  887. "m_type": 1
  888. },
  889. "isNullPointer": false,
  890. "$type": "EntityId",
  891. "value": {
  892. "id": 4276206253
  893. }
  894. },
  895. {
  896. "isOverloadedStorage": false,
  897. "scriptCanvasType": {
  898. "m_type": 5
  899. },
  900. "isNullPointer": false,
  901. "$type": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9} AZStd::string",
  902. "value": "",
  903. "label": "Report"
  904. }
  905. ],
  906. "methodType": 2,
  907. "methodName": "Mark Complete",
  908. "className": "Unit Testing",
  909. "resultSlotIDs": [
  910. {}
  911. ],
  912. "prettyClassName": "Unit Testing"
  913. }
  914. }
  915. },
  916. {
  917. "Id": {
  918. "id": 845938080176174
  919. },
  920. "Name": "EBusEventHandler",
  921. "Components": {
  922. "Component_[5457796322554221282]": {
  923. "$type": "EBusEventHandler",
  924. "Id": 5457796322554221282,
  925. "Slots": [
  926. {
  927. "id": {
  928. "m_id": "{5E4F18FE-BC58-4900-A50C-CB169A06E434}"
  929. },
  930. "contracts": [
  931. {
  932. "$type": "SlotTypeContract"
  933. }
  934. ],
  935. "slotName": "Connect",
  936. "toolTip": "Connect this event handler to the specified entity.",
  937. "Descriptor": {
  938. "ConnectionType": 1,
  939. "SlotType": 1
  940. }
  941. },
  942. {
  943. "id": {
  944. "m_id": "{0131215A-F560-44DD-A394-4B3AF8E15285}"
  945. },
  946. "contracts": [
  947. {
  948. "$type": "SlotTypeContract"
  949. }
  950. ],
  951. "slotName": "Disconnect",
  952. "toolTip": "Disconnect this event handler.",
  953. "Descriptor": {
  954. "ConnectionType": 1,
  955. "SlotType": 1
  956. }
  957. },
  958. {
  959. "id": {
  960. "m_id": "{BB2CEBC4-525E-4C6E-9510-F372B97407E2}"
  961. },
  962. "contracts": [
  963. {
  964. "$type": "SlotTypeContract"
  965. }
  966. ],
  967. "slotName": "OnConnected",
  968. "toolTip": "Signaled when a connection has taken place.",
  969. "Descriptor": {
  970. "ConnectionType": 2,
  971. "SlotType": 1
  972. }
  973. },
  974. {
  975. "id": {
  976. "m_id": "{BC3B2B41-46DF-4581-AB43-3FCCD00597E9}"
  977. },
  978. "contracts": [
  979. {
  980. "$type": "SlotTypeContract"
  981. }
  982. ],
  983. "slotName": "OnDisconnected",
  984. "toolTip": "Signaled when this event handler is disconnected.",
  985. "Descriptor": {
  986. "ConnectionType": 2,
  987. "SlotType": 1
  988. }
  989. },
  990. {
  991. "id": {
  992. "m_id": "{F6372154-FAA5-428B-A567-31665FB3B850}"
  993. },
  994. "contracts": [
  995. {
  996. "$type": "SlotTypeContract"
  997. }
  998. ],
  999. "slotName": "OnFailure",
  1000. "toolTip": "Signaled when it is not possible to connect this handler.",
  1001. "Descriptor": {
  1002. "ConnectionType": 2,
  1003. "SlotType": 1
  1004. }
  1005. },
  1006. {
  1007. "id": {
  1008. "m_id": "{CEF7AC49-11D2-46F9-AAC3-05E4699B9297}"
  1009. },
  1010. "contracts": [
  1011. {
  1012. "$type": "SlotTypeContract"
  1013. },
  1014. null
  1015. ],
  1016. "slotName": "Source",
  1017. "toolTip": "ID used to connect on a specific Event address (Type: GraphScopedIdentifier<VariableId >)",
  1018. "Descriptor": {
  1019. "ConnectionType": 1,
  1020. "SlotType": 2
  1021. },
  1022. "DataType": 1
  1023. },
  1024. {
  1025. "id": {
  1026. "m_id": "{57305D76-61AF-4409-A9B9-AA40140F9E74}"
  1027. },
  1028. "contracts": [
  1029. {
  1030. "$type": "SlotTypeContract"
  1031. }
  1032. ],
  1033. "slotName": "ExecutionSlot:OnVariableValueChanged",
  1034. "Descriptor": {
  1035. "ConnectionType": 2,
  1036. "SlotType": 1
  1037. },
  1038. "IsLatent": true
  1039. }
  1040. ],
  1041. "Datums": [
  1042. {
  1043. "isOverloadedStorage": false,
  1044. "scriptCanvasType": {
  1045. "m_type": 4,
  1046. "m_azType": "{F8B7B5C2-3469-54D4-89E9-F457640BAD85}"
  1047. },
  1048. "isNullPointer": false,
  1049. "$type": "GraphScopedIdentifier<VariableId >",
  1050. "value": {
  1051. "Identifier": {
  1052. "m_id": "{D526833A-3C7C-4022-99A4-B3EC13ADA258}"
  1053. }
  1054. },
  1055. "label": "Source"
  1056. }
  1057. ],
  1058. "m_eventMap": [
  1059. {
  1060. "Key": {
  1061. "Value": 3939979346
  1062. },
  1063. "Value": {
  1064. "m_eventName": "OnVariableValueChanged",
  1065. "m_eventId": {
  1066. "Value": 3939979346
  1067. },
  1068. "m_eventSlotId": {
  1069. "m_id": "{57305D76-61AF-4409-A9B9-AA40140F9E74}"
  1070. }
  1071. }
  1072. }
  1073. ],
  1074. "m_ebusName": "VariableNotification",
  1075. "m_busId": {
  1076. "Value": 709969044
  1077. }
  1078. }
  1079. }
  1080. },
  1081. {
  1082. "Id": {
  1083. "id": 845942375143470
  1084. },
  1085. "Name": "EBusEventHandler",
  1086. "Components": {
  1087. "Component_[8985303602821363424]": {
  1088. "$type": "EBusEventHandler",
  1089. "Id": 8985303602821363424,
  1090. "Slots": [
  1091. {
  1092. "id": {
  1093. "m_id": "{DD4376D0-D6AC-4DFF-9E3C-F779DA2BBC5D}"
  1094. },
  1095. "contracts": [
  1096. {
  1097. "$type": "SlotTypeContract"
  1098. }
  1099. ],
  1100. "slotName": "Connect",
  1101. "toolTip": "Connect this event handler to the specified entity.",
  1102. "Descriptor": {
  1103. "ConnectionType": 1,
  1104. "SlotType": 1
  1105. }
  1106. },
  1107. {
  1108. "id": {
  1109. "m_id": "{446A958F-568F-4685-ABEF-B997608A2399}"
  1110. },
  1111. "contracts": [
  1112. {
  1113. "$type": "SlotTypeContract"
  1114. }
  1115. ],
  1116. "slotName": "Disconnect",
  1117. "toolTip": "Disconnect this event handler.",
  1118. "Descriptor": {
  1119. "ConnectionType": 1,
  1120. "SlotType": 1
  1121. }
  1122. },
  1123. {
  1124. "id": {
  1125. "m_id": "{86CD27F6-4EF6-4A46-B524-33F956C2AB84}"
  1126. },
  1127. "contracts": [
  1128. {
  1129. "$type": "SlotTypeContract"
  1130. }
  1131. ],
  1132. "slotName": "OnConnected",
  1133. "toolTip": "Signaled when a connection has taken place.",
  1134. "Descriptor": {
  1135. "ConnectionType": 2,
  1136. "SlotType": 1
  1137. }
  1138. },
  1139. {
  1140. "id": {
  1141. "m_id": "{965C2407-EAB8-408B-A064-D8E9E91A8826}"
  1142. },
  1143. "contracts": [
  1144. {
  1145. "$type": "SlotTypeContract"
  1146. }
  1147. ],
  1148. "slotName": "OnDisconnected",
  1149. "toolTip": "Signaled when this event handler is disconnected.",
  1150. "Descriptor": {
  1151. "ConnectionType": 2,
  1152. "SlotType": 1
  1153. }
  1154. },
  1155. {
  1156. "id": {
  1157. "m_id": "{82D79B02-F2D9-4E3D-9A7D-199E5CC79E74}"
  1158. },
  1159. "contracts": [
  1160. {
  1161. "$type": "SlotTypeContract"
  1162. }
  1163. ],
  1164. "slotName": "OnFailure",
  1165. "toolTip": "Signaled when it is not possible to connect this handler.",
  1166. "Descriptor": {
  1167. "ConnectionType": 2,
  1168. "SlotType": 1
  1169. }
  1170. },
  1171. {
  1172. "id": {
  1173. "m_id": "{55F9C0DB-86C8-47C2-9D0D-0AF1022106F8}"
  1174. },
  1175. "contracts": [
  1176. {
  1177. "$type": "SlotTypeContract"
  1178. },
  1179. null
  1180. ],
  1181. "slotName": "Source",
  1182. "toolTip": "ID used to connect on a specific Event address (Type: GraphScopedIdentifier<VariableId >)",
  1183. "Descriptor": {
  1184. "ConnectionType": 1,
  1185. "SlotType": 2
  1186. },
  1187. "DataType": 1
  1188. },
  1189. {
  1190. "id": {
  1191. "m_id": "{34389091-BB87-481A-A619-7A8D340B0E79}"
  1192. },
  1193. "contracts": [
  1194. {
  1195. "$type": "SlotTypeContract"
  1196. }
  1197. ],
  1198. "slotName": "ExecutionSlot:OnVariableValueChanged",
  1199. "Descriptor": {
  1200. "ConnectionType": 2,
  1201. "SlotType": 1
  1202. },
  1203. "IsLatent": true
  1204. }
  1205. ],
  1206. "Datums": [
  1207. {
  1208. "isOverloadedStorage": false,
  1209. "scriptCanvasType": {
  1210. "m_type": 4,
  1211. "m_azType": "{F8B7B5C2-3469-54D4-89E9-F457640BAD85}"
  1212. },
  1213. "isNullPointer": false,
  1214. "$type": "GraphScopedIdentifier<VariableId >",
  1215. "value": {
  1216. "Identifier": {
  1217. "m_id": "{9B052779-60DD-47C1-9F54-C8A9C5BD8269}"
  1218. }
  1219. },
  1220. "label": "Source"
  1221. }
  1222. ],
  1223. "m_eventMap": [
  1224. {
  1225. "Key": {
  1226. "Value": 3939979346
  1227. },
  1228. "Value": {
  1229. "m_eventName": "OnVariableValueChanged",
  1230. "m_eventId": {
  1231. "Value": 3939979346
  1232. },
  1233. "m_eventSlotId": {
  1234. "m_id": "{34389091-BB87-481A-A619-7A8D340B0E79}"
  1235. }
  1236. }
  1237. }
  1238. ],
  1239. "m_ebusName": "VariableNotification",
  1240. "m_busId": {
  1241. "Value": 709969044
  1242. }
  1243. }
  1244. }
  1245. }
  1246. ],
  1247. "m_connections": [
  1248. {
  1249. "Id": {
  1250. "id": 845946670110766
  1251. },
  1252. "Name": "srcEndpoint=(VariableNotification Handler: ExecutionSlot:OnVariableValueChanged), destEndpoint=(Add (+): In)",
  1253. "Components": {
  1254. "Component_[7848330389776495550]": {
  1255. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  1256. "Id": 7848330389776495550,
  1257. "sourceEndpoint": {
  1258. "nodeId": {
  1259. "id": 845938080176174
  1260. },
  1261. "slotId": {
  1262. "m_id": "{57305D76-61AF-4409-A9B9-AA40140F9E74}"
  1263. }
  1264. },
  1265. "targetEndpoint": {
  1266. "nodeId": {
  1267. "id": 845925195274286
  1268. },
  1269. "slotId": {
  1270. "m_id": "{498C67B1-9C88-4DFD-B5A5-EFE19BA8F43D}"
  1271. }
  1272. }
  1273. }
  1274. }
  1275. },
  1276. {
  1277. "Id": {
  1278. "id": 845950965078062
  1279. },
  1280. "Name": "srcEndpoint=(On Graph Start: Out), destEndpoint=(Add (+): In)",
  1281. "Components": {
  1282. "Component_[12537253878016683529]": {
  1283. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  1284. "Id": 12537253878016683529,
  1285. "sourceEndpoint": {
  1286. "nodeId": {
  1287. "id": 845916605339694
  1288. },
  1289. "slotId": {
  1290. "m_id": "{AC696DA6-6DB8-4421-B213-C2CA050EEDA8}"
  1291. }
  1292. },
  1293. "targetEndpoint": {
  1294. "nodeId": {
  1295. "id": 845933785208878
  1296. },
  1297. "slotId": {
  1298. "m_id": "{498C67B1-9C88-4DFD-B5A5-EFE19BA8F43D}"
  1299. }
  1300. }
  1301. }
  1302. }
  1303. },
  1304. {
  1305. "Id": {
  1306. "id": 845955260045358
  1307. },
  1308. "Name": "srcEndpoint=(VariableNotification Handler: ExecutionSlot:OnVariableValueChanged), destEndpoint=(Add (+): In)",
  1309. "Components": {
  1310. "Component_[5009399851372637908]": {
  1311. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  1312. "Id": 5009399851372637908,
  1313. "sourceEndpoint": {
  1314. "nodeId": {
  1315. "id": 845942375143470
  1316. },
  1317. "slotId": {
  1318. "m_id": "{34389091-BB87-481A-A619-7A8D340B0E79}"
  1319. }
  1320. },
  1321. "targetEndpoint": {
  1322. "nodeId": {
  1323. "id": 845929490241582
  1324. },
  1325. "slotId": {
  1326. "m_id": "{498C67B1-9C88-4DFD-B5A5-EFE19BA8F43D}"
  1327. }
  1328. }
  1329. }
  1330. }
  1331. },
  1332. {
  1333. "Id": {
  1334. "id": 845959555012654
  1335. },
  1336. "Name": "srcEndpoint=(Add (+): Out), destEndpoint=(Mark Complete: In)",
  1337. "Components": {
  1338. "Component_[8866529807963954291]": {
  1339. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  1340. "Id": 8866529807963954291,
  1341. "sourceEndpoint": {
  1342. "nodeId": {
  1343. "id": 845933785208878
  1344. },
  1345. "slotId": {
  1346. "m_id": "{AC0E4E6D-00DB-4684-B16B-C6AABDA172EE}"
  1347. }
  1348. },
  1349. "targetEndpoint": {
  1350. "nodeId": {
  1351. "id": 845920900306990
  1352. },
  1353. "slotId": {
  1354. "m_id": "{18C941BE-12CB-4740-A423-ED2211650803}"
  1355. }
  1356. }
  1357. }
  1358. }
  1359. }
  1360. ]
  1361. },
  1362. "m_assetType": "{3E2AC8CD-713F-453E-967F-29517F331784}",
  1363. "versionData": {
  1364. "_grammarVersion": 1,
  1365. "_runtimeVersion": 1,
  1366. "_fileVersion": 1
  1367. },
  1368. "m_variableCounter": 1,
  1369. "GraphCanvasData": [
  1370. {
  1371. "Key": {
  1372. "id": 845912310372398
  1373. },
  1374. "Value": {
  1375. "ComponentData": {
  1376. "{5F84B500-8C45-40D1-8EFC-A5306B241444}": {
  1377. "$type": "SceneComponentSaveData",
  1378. "ViewParams": {
  1379. "Scale": 0.7225,
  1380. "AnchorX": -484.4290771484375,
  1381. "AnchorY": -55.36332321166992
  1382. }
  1383. }
  1384. }
  1385. }
  1386. },
  1387. {
  1388. "Key": {
  1389. "id": 845916605339694
  1390. },
  1391. "Value": {
  1392. "ComponentData": {
  1393. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1394. "$type": "NodeSaveData"
  1395. },
  1396. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1397. "$type": "GeneralNodeTitleComponentSaveData",
  1398. "PaletteOverride": "TimeNodeTitlePalette"
  1399. },
  1400. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1401. "$type": "GeometrySaveData",
  1402. "Position": [
  1403. 160.0,
  1404. 80.0
  1405. ]
  1406. },
  1407. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1408. "$type": "StylingComponentSaveData",
  1409. "SubStyle": ".time"
  1410. },
  1411. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1412. "$type": "PersistentIdComponentSaveData",
  1413. "PersistentId": "{70D3098A-5483-4782-AC8C-A2124AF69351}"
  1414. }
  1415. }
  1416. }
  1417. },
  1418. {
  1419. "Key": {
  1420. "id": 845920900306990
  1421. },
  1422. "Value": {
  1423. "ComponentData": {
  1424. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1425. "$type": "NodeSaveData"
  1426. },
  1427. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1428. "$type": "GeneralNodeTitleComponentSaveData",
  1429. "PaletteOverride": "TestingNodeTitlePalette"
  1430. },
  1431. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1432. "$type": "GeometrySaveData",
  1433. "Position": [
  1434. 1040.0,
  1435. 80.0
  1436. ]
  1437. },
  1438. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1439. "$type": "StylingComponentSaveData",
  1440. "SubStyle": ".method"
  1441. },
  1442. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1443. "$type": "PersistentIdComponentSaveData",
  1444. "PersistentId": "{B591A1C9-0297-4B5F-8804-7B906E8E602E}"
  1445. }
  1446. }
  1447. }
  1448. },
  1449. {
  1450. "Key": {
  1451. "id": 845925195274286
  1452. },
  1453. "Value": {
  1454. "ComponentData": {
  1455. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1456. "$type": "NodeSaveData"
  1457. },
  1458. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1459. "$type": "GeneralNodeTitleComponentSaveData",
  1460. "PaletteOverride": "MathNodeTitlePalette"
  1461. },
  1462. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1463. "$type": "GeometrySaveData",
  1464. "Position": [
  1465. 560.0,
  1466. 420.0
  1467. ]
  1468. },
  1469. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1470. "$type": "StylingComponentSaveData",
  1471. "SubStyle": ".math"
  1472. },
  1473. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1474. "$type": "PersistentIdComponentSaveData",
  1475. "PersistentId": "{1F4C8465-0B60-41C3-BFB3-F9578E637E84}"
  1476. }
  1477. }
  1478. }
  1479. },
  1480. {
  1481. "Key": {
  1482. "id": 845929490241582
  1483. },
  1484. "Value": {
  1485. "ComponentData": {
  1486. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1487. "$type": "NodeSaveData"
  1488. },
  1489. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1490. "$type": "GeneralNodeTitleComponentSaveData",
  1491. "PaletteOverride": "MathNodeTitlePalette"
  1492. },
  1493. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1494. "$type": "GeometrySaveData",
  1495. "Position": [
  1496. 520.0,
  1497. 760.0
  1498. ]
  1499. },
  1500. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1501. "$type": "StylingComponentSaveData",
  1502. "SubStyle": ".math"
  1503. },
  1504. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1505. "$type": "PersistentIdComponentSaveData",
  1506. "PersistentId": "{DD97A389-89BC-44E2-870B-8DF26972A91B}"
  1507. }
  1508. }
  1509. }
  1510. },
  1511. {
  1512. "Key": {
  1513. "id": 845933785208878
  1514. },
  1515. "Value": {
  1516. "ComponentData": {
  1517. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1518. "$type": "NodeSaveData"
  1519. },
  1520. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1521. "$type": "GeneralNodeTitleComponentSaveData",
  1522. "PaletteOverride": "MathNodeTitlePalette"
  1523. },
  1524. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1525. "$type": "GeometrySaveData",
  1526. "Position": [
  1527. 340.0,
  1528. 80.0
  1529. ]
  1530. },
  1531. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1532. "$type": "StylingComponentSaveData",
  1533. "SubStyle": ".math"
  1534. },
  1535. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1536. "$type": "PersistentIdComponentSaveData",
  1537. "PersistentId": "{38C48B07-04A6-41AF-9924-4562216BD74B}"
  1538. }
  1539. }
  1540. }
  1541. },
  1542. {
  1543. "Key": {
  1544. "id": 845938080176174
  1545. },
  1546. "Value": {
  1547. "ComponentData": {
  1548. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1549. "$type": "NodeSaveData"
  1550. },
  1551. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1552. "$type": "GeometrySaveData",
  1553. "Position": [
  1554. 100.0,
  1555. 360.0
  1556. ]
  1557. },
  1558. "{9E81C95F-89C0-4476-8E82-63CCC4E52E04}": {
  1559. "$type": "EBusHandlerNodeDescriptorSaveData",
  1560. "EventIds": [
  1561. {
  1562. "Value": 3939979346
  1563. }
  1564. ]
  1565. },
  1566. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1567. "$type": "StylingComponentSaveData"
  1568. },
  1569. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1570. "$type": "PersistentIdComponentSaveData",
  1571. "PersistentId": "{1B777FD8-5047-4235-8982-A169EAD09A36}"
  1572. }
  1573. }
  1574. }
  1575. },
  1576. {
  1577. "Key": {
  1578. "id": 845942375143470
  1579. },
  1580. "Value": {
  1581. "ComponentData": {
  1582. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1583. "$type": "NodeSaveData"
  1584. },
  1585. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1586. "$type": "GeometrySaveData",
  1587. "Position": [
  1588. 100.0,
  1589. 700.0
  1590. ]
  1591. },
  1592. "{9E81C95F-89C0-4476-8E82-63CCC4E52E04}": {
  1593. "$type": "EBusHandlerNodeDescriptorSaveData",
  1594. "EventIds": [
  1595. {
  1596. "Value": 3939979346
  1597. }
  1598. ]
  1599. },
  1600. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1601. "$type": "StylingComponentSaveData"
  1602. },
  1603. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1604. "$type": "PersistentIdComponentSaveData",
  1605. "PersistentId": "{113A42AE-0DBD-4826-BE8E-08FA3EFE722F}"
  1606. }
  1607. }
  1608. }
  1609. }
  1610. ],
  1611. "StatisticsHelper": {
  1612. "InstanceCounter": [
  1613. {
  1614. "Key": 1244476766431948410,
  1615. "Value": 3
  1616. },
  1617. {
  1618. "Key": 4199610336680704683,
  1619. "Value": 1
  1620. },
  1621. {
  1622. "Key": 5842117479013396256,
  1623. "Value": 2
  1624. },
  1625. {
  1626. "Key": 6840657073857873079,
  1627. "Value": 1
  1628. }
  1629. ]
  1630. }
  1631. },
  1632. "Component_[4415536172070946527]": {
  1633. "$type": "EditorGraphVariableManagerComponent",
  1634. "Id": 4415536172070946527,
  1635. "m_variableData": {
  1636. "m_nameVariableMap": [
  1637. {
  1638. "Key": {
  1639. "m_id": "{9B052779-60DD-47C1-9F54-C8A9C5BD8269}"
  1640. },
  1641. "Value": {
  1642. "Datum": {
  1643. "isOverloadedStorage": false,
  1644. "scriptCanvasType": {
  1645. "m_type": 3
  1646. },
  1647. "isNullPointer": false,
  1648. "$type": "double",
  1649. "value": 0.0,
  1650. "label": "Number"
  1651. },
  1652. "VariableId": {
  1653. "m_id": "{9B052779-60DD-47C1-9F54-C8A9C5BD8269}"
  1654. },
  1655. "VariableName": "Counter2"
  1656. }
  1657. },
  1658. {
  1659. "Key": {
  1660. "m_id": "{D526833A-3C7C-4022-99A4-B3EC13ADA258}"
  1661. },
  1662. "Value": {
  1663. "Datum": {
  1664. "isOverloadedStorage": false,
  1665. "scriptCanvasType": {
  1666. "m_type": 3
  1667. },
  1668. "isNullPointer": false,
  1669. "$type": "double",
  1670. "value": 0.0,
  1671. "label": "Number"
  1672. },
  1673. "VariableId": {
  1674. "m_id": "{D526833A-3C7C-4022-99A4-B3EC13ADA258}"
  1675. },
  1676. "VariableName": "Counter"
  1677. }
  1678. }
  1679. ]
  1680. },
  1681. "CopiedVariableRemapping": [
  1682. {
  1683. "Key": {
  1684. "m_id": "{15A2B60B-085C-4BD9-9678-A7CE3FEAD613}"
  1685. },
  1686. "Value": {
  1687. "m_id": "{D526833A-3C7C-4022-99A4-B3EC13ADA258}"
  1688. }
  1689. }
  1690. ]
  1691. }
  1692. }
  1693. }
  1694. }
  1695. }