LY_SC_UnitTest_Meta_ExpectLessThanEqualSucceed.scriptcanvas 70 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "ScriptCanvasData",
  5. "ClassData": {
  6. "m_scriptCanvas": {
  7. "Id": {
  8. "id": 986241776834606
  9. },
  10. "Name": "LY_SC_UnitTest_Meta_ExpectLessThanEqualSucceed",
  11. "Components": {
  12. "Component_[14703465374718465643]": {
  13. "$type": "EditorGraph",
  14. "Id": 14703465374718465643,
  15. "m_graphData": {
  16. "m_nodes": [
  17. {
  18. "Id": {
  19. "id": 986267546638382
  20. },
  21. "Name": "SC Node(GetVariable)",
  22. "Components": {
  23. "Component_[10822318502480259038]": {
  24. "$type": "GetVariableNode",
  25. "Id": 10822318502480259038,
  26. "Slots": [
  27. {
  28. "id": {
  29. "m_id": "{653FABE0-A36B-4D48-8300-91746EFF2C2D}"
  30. },
  31. "contracts": [
  32. {
  33. "$type": "SlotTypeContract"
  34. }
  35. ],
  36. "slotName": "In",
  37. "toolTip": "When signaled sends the property 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": "{A6FC1E35-F332-4050-B6DF-A73885D4C726}"
  46. },
  47. "contracts": [
  48. {
  49. "$type": "SlotTypeContract"
  50. }
  51. ],
  52. "slotName": "Out",
  53. "toolTip": "Signaled after the referenced property has been pushed to the Data Output slot",
  54. "Descriptor": {
  55. "ConnectionType": 2,
  56. "SlotType": 1
  57. }
  58. },
  59. {
  60. "id": {
  61. "m_id": "{9C4F30D2-D67D-4B55-90E4-FAECCF380A40}"
  62. },
  63. "contracts": [
  64. {
  65. "$type": "SlotTypeContract"
  66. }
  67. ],
  68. "slotName": "Number",
  69. "DisplayDataType": {
  70. "m_type": 3
  71. },
  72. "Descriptor": {
  73. "ConnectionType": 2,
  74. "SlotType": 2
  75. },
  76. "DataType": 1
  77. }
  78. ],
  79. "m_variableId": {
  80. "m_id": "{4BA11EFE-6D12-4C2A-AB28-279BB64C46A7}"
  81. },
  82. "m_variableDataOutSlotId": {
  83. "m_id": "{9C4F30D2-D67D-4B55-90E4-FAECCF380A40}"
  84. }
  85. }
  86. }
  87. },
  88. {
  89. "Id": {
  90. "id": 986263251671086
  91. },
  92. "Name": "43798856877616",
  93. "Components": {
  94. "Component_[12948122669757467150]": {
  95. "$type": "MethodOverloaded",
  96. "Id": 12948122669757467150,
  97. "Slots": [
  98. {
  99. "isVisibile": false,
  100. "id": {
  101. "m_id": "{57A00224-78F1-4693-B1DF-CF89BD9F5CFE}"
  102. },
  103. "contracts": [
  104. {
  105. "$type": "SlotTypeContract"
  106. },
  107. null
  108. ],
  109. "slotName": "EntityID: 0",
  110. "Descriptor": {
  111. "ConnectionType": 1,
  112. "SlotType": 2
  113. },
  114. "DataType": 1
  115. },
  116. {
  117. "IsOverload": true,
  118. "id": {
  119. "m_id": "{BC98C081-9F0B-4A3D-86B0-5063C17FCA10}"
  120. },
  121. "DynamicTypeOverride": 3,
  122. "contracts": [
  123. {
  124. "$type": "SlotTypeContract"
  125. },
  126. null
  127. ],
  128. "slotName": "Candidate",
  129. "toolTip": "left of <=",
  130. "DisplayDataType": {
  131. "m_type": 3
  132. },
  133. "Descriptor": {
  134. "ConnectionType": 1,
  135. "SlotType": 2
  136. },
  137. "DataType": 1
  138. },
  139. {
  140. "IsOverload": true,
  141. "id": {
  142. "m_id": "{1964B432-9D25-4A41-BE1F-5050976B754D}"
  143. },
  144. "DynamicTypeOverride": 3,
  145. "contracts": [
  146. {
  147. "$type": "SlotTypeContract"
  148. },
  149. null
  150. ],
  151. "slotName": "Reference",
  152. "toolTip": "right of <=",
  153. "DisplayDataType": {
  154. "m_type": 3
  155. },
  156. "Descriptor": {
  157. "ConnectionType": 1,
  158. "SlotType": 2
  159. },
  160. "DataType": 1
  161. },
  162. {
  163. "id": {
  164. "m_id": "{9DD0AD75-C3C9-4288-832D-D810C3857A66}"
  165. },
  166. "contracts": [
  167. {
  168. "$type": "SlotTypeContract"
  169. },
  170. null
  171. ],
  172. "slotName": "Report",
  173. "toolTip": "additional notes for the test report",
  174. "DisplayDataType": {
  175. "m_type": 5
  176. },
  177. "Descriptor": {
  178. "ConnectionType": 1,
  179. "SlotType": 2
  180. },
  181. "DataType": 1
  182. },
  183. {
  184. "id": {
  185. "m_id": "{2D04FBE8-6CE1-4F98-9D2B-7B1EC852CB78}"
  186. },
  187. "contracts": [
  188. {
  189. "$type": "SlotTypeContract"
  190. }
  191. ],
  192. "slotName": "In",
  193. "Descriptor": {
  194. "ConnectionType": 1,
  195. "SlotType": 1
  196. }
  197. },
  198. {
  199. "id": {
  200. "m_id": "{28AD9B2B-E2BB-45B2-BE35-D19FA421D0B7}"
  201. },
  202. "contracts": [
  203. {
  204. "$type": "SlotTypeContract"
  205. }
  206. ],
  207. "slotName": "Out",
  208. "Descriptor": {
  209. "ConnectionType": 2,
  210. "SlotType": 1
  211. }
  212. }
  213. ],
  214. "Datums": [
  215. {
  216. "isOverloadedStorage": false,
  217. "scriptCanvasType": {
  218. "m_type": 1
  219. },
  220. "isNullPointer": false,
  221. "$type": "EntityId",
  222. "value": {
  223. "id": 4276206253
  224. }
  225. },
  226. {
  227. "isOverloadedStorage": false,
  228. "scriptCanvasType": {
  229. "m_type": 3
  230. },
  231. "isNullPointer": false,
  232. "$type": "double",
  233. "value": 0.0,
  234. "label": "Candidate"
  235. },
  236. {
  237. "isOverloadedStorage": false,
  238. "scriptCanvasType": {
  239. "m_type": 3
  240. },
  241. "isNullPointer": false,
  242. "$type": "double",
  243. "value": 0.0,
  244. "label": "Reference"
  245. },
  246. {
  247. "isOverloadedStorage": false,
  248. "scriptCanvasType": {
  249. "m_type": 5
  250. },
  251. "isNullPointer": false,
  252. "$type": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9} AZStd::string",
  253. "value": "",
  254. "label": "Report"
  255. }
  256. ],
  257. "methodType": 2,
  258. "methodName": "Expect Less Than Equal",
  259. "className": "Unit Testing",
  260. "resultSlotIDs": [
  261. {}
  262. ],
  263. "prettyClassName": "Unit Testing",
  264. "orderedInputSlotIds": [
  265. {
  266. "m_id": "{57A00224-78F1-4693-B1DF-CF89BD9F5CFE}"
  267. },
  268. {
  269. "m_id": "{BC98C081-9F0B-4A3D-86B0-5063C17FCA10}"
  270. },
  271. {
  272. "m_id": "{1964B432-9D25-4A41-BE1F-5050976B754D}"
  273. },
  274. {
  275. "m_id": "{9DD0AD75-C3C9-4288-832D-D810C3857A66}"
  276. }
  277. ],
  278. "outputSlotIds": [
  279. {}
  280. ]
  281. }
  282. }
  283. },
  284. {
  285. "Id": {
  286. "id": 986254661736494
  287. },
  288. "Name": "43798856877616",
  289. "Components": {
  290. "Component_[14381705199668023194]": {
  291. "$type": "MethodOverloaded",
  292. "Id": 14381705199668023194,
  293. "Slots": [
  294. {
  295. "isVisibile": false,
  296. "id": {
  297. "m_id": "{DAA8708E-A9D2-423D-975F-705D88A4F06C}"
  298. },
  299. "contracts": [
  300. {
  301. "$type": "SlotTypeContract"
  302. },
  303. null
  304. ],
  305. "slotName": "EntityID: 0",
  306. "Descriptor": {
  307. "ConnectionType": 1,
  308. "SlotType": 2
  309. },
  310. "DataType": 1
  311. },
  312. {
  313. "IsOverload": true,
  314. "id": {
  315. "m_id": "{972A8099-0A43-4E94-B4D2-F28BF5BB8FC4}"
  316. },
  317. "DynamicTypeOverride": 3,
  318. "contracts": [
  319. {
  320. "$type": "SlotTypeContract"
  321. },
  322. null
  323. ],
  324. "slotName": "Candidate",
  325. "toolTip": "left of <=",
  326. "DisplayDataType": {
  327. "m_type": 3
  328. },
  329. "Descriptor": {
  330. "ConnectionType": 1,
  331. "SlotType": 2
  332. },
  333. "DataType": 1
  334. },
  335. {
  336. "IsOverload": true,
  337. "id": {
  338. "m_id": "{C980AC25-4143-4680-BF29-307C074E0122}"
  339. },
  340. "DynamicTypeOverride": 3,
  341. "contracts": [
  342. {
  343. "$type": "SlotTypeContract"
  344. },
  345. null
  346. ],
  347. "slotName": "Reference",
  348. "toolTip": "right of <=",
  349. "DisplayDataType": {
  350. "m_type": 3
  351. },
  352. "Descriptor": {
  353. "ConnectionType": 1,
  354. "SlotType": 2
  355. },
  356. "DataType": 1
  357. },
  358. {
  359. "id": {
  360. "m_id": "{6A6341F7-260E-469D-8F5C-94E7B2D461EE}"
  361. },
  362. "contracts": [
  363. {
  364. "$type": "SlotTypeContract"
  365. },
  366. null
  367. ],
  368. "slotName": "Report",
  369. "toolTip": "additional notes for the test report",
  370. "DisplayDataType": {
  371. "m_type": 5
  372. },
  373. "Descriptor": {
  374. "ConnectionType": 1,
  375. "SlotType": 2
  376. },
  377. "DataType": 1
  378. },
  379. {
  380. "id": {
  381. "m_id": "{9F2B23C7-F44F-4602-807F-0C602D3B1B9B}"
  382. },
  383. "contracts": [
  384. {
  385. "$type": "SlotTypeContract"
  386. }
  387. ],
  388. "slotName": "In",
  389. "Descriptor": {
  390. "ConnectionType": 1,
  391. "SlotType": 1
  392. }
  393. },
  394. {
  395. "id": {
  396. "m_id": "{BAC1D52E-9EC2-4994-BFFC-CDA1F20A1253}"
  397. },
  398. "contracts": [
  399. {
  400. "$type": "SlotTypeContract"
  401. }
  402. ],
  403. "slotName": "Out",
  404. "Descriptor": {
  405. "ConnectionType": 2,
  406. "SlotType": 1
  407. }
  408. }
  409. ],
  410. "Datums": [
  411. {
  412. "isOverloadedStorage": false,
  413. "scriptCanvasType": {
  414. "m_type": 1
  415. },
  416. "isNullPointer": false,
  417. "$type": "EntityId",
  418. "value": {
  419. "id": 4276206253
  420. }
  421. },
  422. {
  423. "isOverloadedStorage": false,
  424. "scriptCanvasType": {
  425. "m_type": 3
  426. },
  427. "isNullPointer": false,
  428. "$type": "double",
  429. "value": 0.0,
  430. "label": "Candidate"
  431. },
  432. {
  433. "isOverloadedStorage": false,
  434. "scriptCanvasType": {
  435. "m_type": 3
  436. },
  437. "isNullPointer": false,
  438. "$type": "double",
  439. "value": 0.0,
  440. "label": "Reference"
  441. },
  442. {
  443. "isOverloadedStorage": false,
  444. "scriptCanvasType": {
  445. "m_type": 5
  446. },
  447. "isNullPointer": false,
  448. "$type": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9} AZStd::string",
  449. "value": "",
  450. "label": "Report"
  451. }
  452. ],
  453. "methodType": 2,
  454. "methodName": "Expect Less Than Equal",
  455. "className": "Unit Testing",
  456. "resultSlotIDs": [
  457. {}
  458. ],
  459. "prettyClassName": "Unit Testing",
  460. "orderedInputSlotIds": [
  461. {
  462. "m_id": "{DAA8708E-A9D2-423D-975F-705D88A4F06C}"
  463. },
  464. {
  465. "m_id": "{972A8099-0A43-4E94-B4D2-F28BF5BB8FC4}"
  466. },
  467. {
  468. "m_id": "{C980AC25-4143-4680-BF29-307C074E0122}"
  469. },
  470. {
  471. "m_id": "{6A6341F7-260E-469D-8F5C-94E7B2D461EE}"
  472. }
  473. ],
  474. "outputSlotIds": [
  475. {}
  476. ]
  477. }
  478. }
  479. },
  480. {
  481. "Id": {
  482. "id": 986258956703790
  483. },
  484. "Name": "SC Node(GetVariable)",
  485. "Components": {
  486. "Component_[15198825003774345964]": {
  487. "$type": "GetVariableNode",
  488. "Id": 15198825003774345964,
  489. "Slots": [
  490. {
  491. "id": {
  492. "m_id": "{78D9CD9F-DFA8-43EC-B749-543788EF5E4A}"
  493. },
  494. "contracts": [
  495. {
  496. "$type": "SlotTypeContract"
  497. }
  498. ],
  499. "slotName": "In",
  500. "toolTip": "When signaled sends the property referenced by this node to a Data Output slot",
  501. "Descriptor": {
  502. "ConnectionType": 1,
  503. "SlotType": 1
  504. }
  505. },
  506. {
  507. "id": {
  508. "m_id": "{17F4EF70-A0C5-4366-AD81-FC938BA569E4}"
  509. },
  510. "contracts": [
  511. {
  512. "$type": "SlotTypeContract"
  513. }
  514. ],
  515. "slotName": "Out",
  516. "toolTip": "Signaled after the referenced property has been pushed to the Data Output slot",
  517. "Descriptor": {
  518. "ConnectionType": 2,
  519. "SlotType": 1
  520. }
  521. },
  522. {
  523. "id": {
  524. "m_id": "{6EAA0481-8F34-4FC0-BF41-EDDD0E92E36D}"
  525. },
  526. "contracts": [
  527. {
  528. "$type": "SlotTypeContract"
  529. }
  530. ],
  531. "slotName": "Number",
  532. "DisplayDataType": {
  533. "m_type": 3
  534. },
  535. "Descriptor": {
  536. "ConnectionType": 2,
  537. "SlotType": 2
  538. },
  539. "DataType": 1
  540. }
  541. ],
  542. "m_variableId": {
  543. "m_id": "{216AD064-C4DF-43EC-AC79-58A4AA6D3F26}"
  544. },
  545. "m_variableDataOutSlotId": {
  546. "m_id": "{6EAA0481-8F34-4FC0-BF41-EDDD0E92E36D}"
  547. }
  548. }
  549. }
  550. },
  551. {
  552. "Id": {
  553. "id": 986250366769198
  554. },
  555. "Name": "319086199609",
  556. "Components": {
  557. "Component_[3397625298891366833]": {
  558. "$type": "Start",
  559. "Id": 3397625298891366833,
  560. "Slots": [
  561. {
  562. "id": {
  563. "m_id": "{580BA341-A358-462B-806B-8B21A48818AF}"
  564. },
  565. "contracts": [
  566. {
  567. "$type": "SlotTypeContract"
  568. }
  569. ],
  570. "slotName": "Out",
  571. "toolTip": "Signaled when the entity that owns this graph is fully activated.",
  572. "Descriptor": {
  573. "ConnectionType": 2,
  574. "SlotType": 1
  575. }
  576. }
  577. ]
  578. }
  579. }
  580. },
  581. {
  582. "Id": {
  583. "id": 986246071801902
  584. },
  585. "Name": "37719353338543",
  586. "Components": {
  587. "Component_[4392198854596028730]": {
  588. "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
  589. "Id": 4392198854596028730,
  590. "Slots": [
  591. {
  592. "isVisibile": false,
  593. "id": {
  594. "m_id": "{312371B9-B47E-450B-897C-99A264363A45}"
  595. },
  596. "contracts": [
  597. {
  598. "$type": "SlotTypeContract"
  599. },
  600. null
  601. ],
  602. "slotName": "EntityID: 0",
  603. "Descriptor": {
  604. "ConnectionType": 1,
  605. "SlotType": 2
  606. },
  607. "DataType": 1
  608. },
  609. {
  610. "id": {
  611. "m_id": "{17542303-5318-46F2-B51B-A2B65CF21BD3}"
  612. },
  613. "contracts": [
  614. {
  615. "$type": "SlotTypeContract"
  616. },
  617. null
  618. ],
  619. "slotName": "Report",
  620. "toolTip": "additional notes for the test report",
  621. "DisplayDataType": {
  622. "m_type": 5
  623. },
  624. "Descriptor": {
  625. "ConnectionType": 1,
  626. "SlotType": 2
  627. },
  628. "DataType": 1
  629. },
  630. {
  631. "id": {
  632. "m_id": "{81DC3F50-4946-4C60-85B5-51998CEF7A2F}"
  633. },
  634. "contracts": [
  635. {
  636. "$type": "SlotTypeContract"
  637. }
  638. ],
  639. "slotName": "In",
  640. "Descriptor": {
  641. "ConnectionType": 1,
  642. "SlotType": 1
  643. }
  644. },
  645. {
  646. "id": {
  647. "m_id": "{84FD22A0-4FAF-498A-8317-BB299356C632}"
  648. },
  649. "contracts": [
  650. {
  651. "$type": "SlotTypeContract"
  652. }
  653. ],
  654. "slotName": "Out",
  655. "Descriptor": {
  656. "ConnectionType": 2,
  657. "SlotType": 1
  658. }
  659. }
  660. ],
  661. "Datums": [
  662. {
  663. "isOverloadedStorage": false,
  664. "scriptCanvasType": {
  665. "m_type": 1
  666. },
  667. "isNullPointer": false,
  668. "$type": "EntityId",
  669. "value": {
  670. "id": 4276206253
  671. }
  672. },
  673. {
  674. "isOverloadedStorage": false,
  675. "scriptCanvasType": {
  676. "m_type": 5
  677. },
  678. "isNullPointer": false,
  679. "$type": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9} AZStd::string",
  680. "value": "",
  681. "label": "Report"
  682. }
  683. ],
  684. "methodType": 2,
  685. "methodName": "Mark Complete",
  686. "className": "Unit Testing",
  687. "resultSlotIDs": [
  688. {}
  689. ],
  690. "prettyClassName": "Unit Testing"
  691. }
  692. }
  693. }
  694. ],
  695. "m_connections": [
  696. {
  697. "Id": {
  698. "id": 986271841605678
  699. },
  700. "Name": "srcEndpoint=(On Graph Start: Out), destEndpoint=(Get Variable: In)",
  701. "Components": {
  702. "Component_[575916677270428014]": {
  703. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  704. "Id": 575916677270428014,
  705. "sourceEndpoint": {
  706. "nodeId": {
  707. "id": 986250366769198
  708. },
  709. "slotId": {
  710. "m_id": "{580BA341-A358-462B-806B-8B21A48818AF}"
  711. }
  712. },
  713. "targetEndpoint": {
  714. "nodeId": {
  715. "id": 986258956703790
  716. },
  717. "slotId": {
  718. "m_id": "{78D9CD9F-DFA8-43EC-B749-543788EF5E4A}"
  719. }
  720. }
  721. }
  722. }
  723. },
  724. {
  725. "Id": {
  726. "id": 986276136572974
  727. },
  728. "Name": "srcEndpoint=(Get Variable: Out), destEndpoint=(Get Variable: In)",
  729. "Components": {
  730. "Component_[8004262639468359644]": {
  731. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  732. "Id": 8004262639468359644,
  733. "sourceEndpoint": {
  734. "nodeId": {
  735. "id": 986258956703790
  736. },
  737. "slotId": {
  738. "m_id": "{17F4EF70-A0C5-4366-AD81-FC938BA569E4}"
  739. }
  740. },
  741. "targetEndpoint": {
  742. "nodeId": {
  743. "id": 986267546638382
  744. },
  745. "slotId": {
  746. "m_id": "{653FABE0-A36B-4D48-8300-91746EFF2C2D}"
  747. }
  748. }
  749. }
  750. }
  751. },
  752. {
  753. "Id": {
  754. "id": 986280431540270
  755. },
  756. "Name": "srcEndpoint=(Get Variable: Number), destEndpoint=(Expect Less Than Equal: Candidate)",
  757. "Components": {
  758. "Component_[12012444241214531557]": {
  759. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  760. "Id": 12012444241214531557,
  761. "sourceEndpoint": {
  762. "nodeId": {
  763. "id": 986258956703790
  764. },
  765. "slotId": {
  766. "m_id": "{6EAA0481-8F34-4FC0-BF41-EDDD0E92E36D}"
  767. }
  768. },
  769. "targetEndpoint": {
  770. "nodeId": {
  771. "id": 986254661736494
  772. },
  773. "slotId": {
  774. "m_id": "{972A8099-0A43-4E94-B4D2-F28BF5BB8FC4}"
  775. }
  776. }
  777. }
  778. }
  779. },
  780. {
  781. "Id": {
  782. "id": 986284726507566
  783. },
  784. "Name": "srcEndpoint=(Get Variable: Out), destEndpoint=(Expect Less Than Equal: In)",
  785. "Components": {
  786. "Component_[12334553736930744460]": {
  787. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  788. "Id": 12334553736930744460,
  789. "sourceEndpoint": {
  790. "nodeId": {
  791. "id": 986267546638382
  792. },
  793. "slotId": {
  794. "m_id": "{A6FC1E35-F332-4050-B6DF-A73885D4C726}"
  795. }
  796. },
  797. "targetEndpoint": {
  798. "nodeId": {
  799. "id": 986254661736494
  800. },
  801. "slotId": {
  802. "m_id": "{9F2B23C7-F44F-4602-807F-0C602D3B1B9B}"
  803. }
  804. }
  805. }
  806. }
  807. },
  808. {
  809. "Id": {
  810. "id": 986289021474862
  811. },
  812. "Name": "srcEndpoint=(Get Variable: Number), destEndpoint=(Expect Less Than Equal: Reference)",
  813. "Components": {
  814. "Component_[17299827284969108278]": {
  815. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  816. "Id": 17299827284969108278,
  817. "sourceEndpoint": {
  818. "nodeId": {
  819. "id": 986267546638382
  820. },
  821. "slotId": {
  822. "m_id": "{9C4F30D2-D67D-4B55-90E4-FAECCF380A40}"
  823. }
  824. },
  825. "targetEndpoint": {
  826. "nodeId": {
  827. "id": 986254661736494
  828. },
  829. "slotId": {
  830. "m_id": "{C980AC25-4143-4680-BF29-307C074E0122}"
  831. }
  832. }
  833. }
  834. }
  835. },
  836. {
  837. "Id": {
  838. "id": 986293316442158
  839. },
  840. "Name": "srcEndpoint=(Get Variable: Number), destEndpoint=(Expect Less Than Equal: Candidate)",
  841. "Components": {
  842. "Component_[5187904794833590607]": {
  843. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  844. "Id": 5187904794833590607,
  845. "sourceEndpoint": {
  846. "nodeId": {
  847. "id": 986258956703790
  848. },
  849. "slotId": {
  850. "m_id": "{6EAA0481-8F34-4FC0-BF41-EDDD0E92E36D}"
  851. }
  852. },
  853. "targetEndpoint": {
  854. "nodeId": {
  855. "id": 986263251671086
  856. },
  857. "slotId": {
  858. "m_id": "{BC98C081-9F0B-4A3D-86B0-5063C17FCA10}"
  859. }
  860. }
  861. }
  862. }
  863. },
  864. {
  865. "Id": {
  866. "id": 986297611409454
  867. },
  868. "Name": "srcEndpoint=(Expect Less Than Equal: Out), destEndpoint=(Expect Less Than Equal: In)",
  869. "Components": {
  870. "Component_[10516243729507522482]": {
  871. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  872. "Id": 10516243729507522482,
  873. "sourceEndpoint": {
  874. "nodeId": {
  875. "id": 986254661736494
  876. },
  877. "slotId": {
  878. "m_id": "{BAC1D52E-9EC2-4994-BFFC-CDA1F20A1253}"
  879. }
  880. },
  881. "targetEndpoint": {
  882. "nodeId": {
  883. "id": 986263251671086
  884. },
  885. "slotId": {
  886. "m_id": "{2D04FBE8-6CE1-4F98-9D2B-7B1EC852CB78}"
  887. }
  888. }
  889. }
  890. }
  891. },
  892. {
  893. "Id": {
  894. "id": 986301906376750
  895. },
  896. "Name": "srcEndpoint=(Expect Less Than Equal: Out), destEndpoint=(Mark Complete: In)",
  897. "Components": {
  898. "Component_[12821314950011434908]": {
  899. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  900. "Id": 12821314950011434908,
  901. "sourceEndpoint": {
  902. "nodeId": {
  903. "id": 986263251671086
  904. },
  905. "slotId": {
  906. "m_id": "{28AD9B2B-E2BB-45B2-BE35-D19FA421D0B7}"
  907. }
  908. },
  909. "targetEndpoint": {
  910. "nodeId": {
  911. "id": 986246071801902
  912. },
  913. "slotId": {
  914. "m_id": "{81DC3F50-4946-4C60-85B5-51998CEF7A2F}"
  915. }
  916. }
  917. }
  918. }
  919. },
  920. {
  921. "Id": {
  922. "id": 986306201344046
  923. },
  924. "Name": "srcEndpoint=(Get Variable: Number), destEndpoint=(Expect Less Than Equal: Reference)",
  925. "Components": {
  926. "Component_[14090547483518346003]": {
  927. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  928. "Id": 14090547483518346003,
  929. "sourceEndpoint": {
  930. "nodeId": {
  931. "id": 986258956703790
  932. },
  933. "slotId": {
  934. "m_id": "{6EAA0481-8F34-4FC0-BF41-EDDD0E92E36D}"
  935. }
  936. },
  937. "targetEndpoint": {
  938. "nodeId": {
  939. "id": 986263251671086
  940. },
  941. "slotId": {
  942. "m_id": "{1964B432-9D25-4A41-BE1F-5050976B754D}"
  943. }
  944. }
  945. }
  946. }
  947. }
  948. ]
  949. },
  950. "m_assetType": "{3E2AC8CD-713F-453E-967F-29517F331784}",
  951. "versionData": {
  952. "_grammarVersion": 1,
  953. "_runtimeVersion": 1,
  954. "_fileVersion": 1
  955. },
  956. "m_variableCounter": 7,
  957. "GraphCanvasData": [
  958. {
  959. "Key": {
  960. "id": 986241776834606
  961. },
  962. "Value": {
  963. "ComponentData": {
  964. "{5F84B500-8C45-40D1-8EFC-A5306B241444}": {
  965. "$type": "SceneComponentSaveData",
  966. "ViewParams": {
  967. "Scale": 0.85,
  968. "AnchorX": 40.0,
  969. "AnchorY": 16.47058868408203
  970. }
  971. }
  972. }
  973. }
  974. },
  975. {
  976. "Key": {
  977. "id": 986246071801902
  978. },
  979. "Value": {
  980. "ComponentData": {
  981. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  982. "$type": "NodeSaveData"
  983. },
  984. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  985. "$type": "GeneralNodeTitleComponentSaveData",
  986. "PaletteOverride": "MethodNodeTitlePalette"
  987. },
  988. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  989. "$type": "GeometrySaveData",
  990. "Position": [
  991. 1100.0,
  992. 320.0
  993. ]
  994. },
  995. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  996. "$type": "StylingComponentSaveData",
  997. "SubStyle": ".time"
  998. },
  999. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1000. "$type": "PersistentIdComponentSaveData",
  1001. "PersistentId": "{D099B94A-566A-4EE9-87F2-A807ACEBEBD6}"
  1002. }
  1003. }
  1004. }
  1005. },
  1006. {
  1007. "Key": {
  1008. "id": 986250366769198
  1009. },
  1010. "Value": {
  1011. "ComponentData": {
  1012. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1013. "$type": "NodeSaveData"
  1014. },
  1015. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1016. "$type": "GeometrySaveData",
  1017. "Position": [
  1018. 80.0,
  1019. 200.0
  1020. ]
  1021. },
  1022. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1023. "$type": "StylingComponentSaveData"
  1024. },
  1025. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1026. "$type": "PersistentIdComponentSaveData",
  1027. "PersistentId": "{97B0D44F-89F3-469A-BDED-319490493ECA}"
  1028. }
  1029. }
  1030. }
  1031. },
  1032. {
  1033. "Key": {
  1034. "id": 986254661736494
  1035. },
  1036. "Value": {
  1037. "ComponentData": {
  1038. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1039. "$type": "NodeSaveData"
  1040. },
  1041. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1042. "$type": "GeneralNodeTitleComponentSaveData",
  1043. "PaletteOverride": "MethodNodeTitlePalette"
  1044. },
  1045. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1046. "$type": "GeometrySaveData",
  1047. "Position": [
  1048. 620.0,
  1049. 320.0
  1050. ]
  1051. },
  1052. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1053. "$type": "StylingComponentSaveData",
  1054. "SubStyle": ".time"
  1055. },
  1056. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1057. "$type": "PersistentIdComponentSaveData",
  1058. "PersistentId": "{29CB17DB-7836-4DAA-99BA-02EAAD8B04E6}"
  1059. }
  1060. }
  1061. }
  1062. },
  1063. {
  1064. "Key": {
  1065. "id": 986258956703790
  1066. },
  1067. "Value": {
  1068. "ComponentData": {
  1069. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1070. "$type": "NodeSaveData"
  1071. },
  1072. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1073. "$type": "GeneralNodeTitleComponentSaveData",
  1074. "PaletteOverride": "GetVariableNodeTitlePalette"
  1075. },
  1076. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1077. "$type": "GeometrySaveData",
  1078. "Position": [
  1079. 340.0,
  1080. 160.0
  1081. ]
  1082. },
  1083. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1084. "$type": "StylingComponentSaveData",
  1085. "SubStyle": ".getVariable"
  1086. },
  1087. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1088. "$type": "PersistentIdComponentSaveData",
  1089. "PersistentId": "{8D51C31E-6399-4BD8-96E7-ACC42ABE0BC0}"
  1090. }
  1091. }
  1092. }
  1093. },
  1094. {
  1095. "Key": {
  1096. "id": 986263251671086
  1097. },
  1098. "Value": {
  1099. "ComponentData": {
  1100. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1101. "$type": "NodeSaveData"
  1102. },
  1103. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1104. "$type": "GeneralNodeTitleComponentSaveData",
  1105. "PaletteOverride": "MethodNodeTitlePalette"
  1106. },
  1107. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1108. "$type": "GeometrySaveData",
  1109. "Position": [
  1110. 860.0,
  1111. 320.0
  1112. ]
  1113. },
  1114. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1115. "$type": "StylingComponentSaveData",
  1116. "SubStyle": ".time"
  1117. },
  1118. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1119. "$type": "PersistentIdComponentSaveData",
  1120. "PersistentId": "{4822914D-E728-4E97-8945-BB4D0970D306}"
  1121. }
  1122. }
  1123. }
  1124. },
  1125. {
  1126. "Key": {
  1127. "id": 986267546638382
  1128. },
  1129. "Value": {
  1130. "ComponentData": {
  1131. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1132. "$type": "NodeSaveData"
  1133. },
  1134. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1135. "$type": "GeneralNodeTitleComponentSaveData",
  1136. "PaletteOverride": "GetVariableNodeTitlePalette"
  1137. },
  1138. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1139. "$type": "GeometrySaveData",
  1140. "Position": [
  1141. 340.0,
  1142. 360.0
  1143. ]
  1144. },
  1145. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1146. "$type": "StylingComponentSaveData",
  1147. "SubStyle": ".getVariable"
  1148. },
  1149. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1150. "$type": "PersistentIdComponentSaveData",
  1151. "PersistentId": "{F713FAB8-94A9-408D-AF68-4C5CF8C05ABE}"
  1152. }
  1153. }
  1154. }
  1155. }
  1156. ],
  1157. "StatisticsHelper": {
  1158. "InstanceCounter": [
  1159. {
  1160. "Key": 638307207673305215,
  1161. "Value": 2
  1162. },
  1163. {
  1164. "Key": 4199610336680704683,
  1165. "Value": 1
  1166. },
  1167. {
  1168. "Key": 6840657073857873079,
  1169. "Value": 1
  1170. },
  1171. {
  1172. "Key": 13343463116132353363,
  1173. "Value": 1
  1174. },
  1175. {
  1176. "Key": 18097068289595199145,
  1177. "Value": 1
  1178. }
  1179. ]
  1180. }
  1181. },
  1182. "Component_[5269146280380866037]": {
  1183. "$type": "EditorGraphVariableManagerComponent",
  1184. "Id": 5269146280380866037,
  1185. "m_variableData": {
  1186. "m_nameVariableMap": [
  1187. {
  1188. "Key": {
  1189. "m_id": "{216AD064-C4DF-43EC-AC79-58A4AA6D3F26}"
  1190. },
  1191. "Value": {
  1192. "Datum": {
  1193. "scriptCanvasType": {
  1194. "m_type": 3
  1195. },
  1196. "isNullPointer": false,
  1197. "$type": "double",
  1198. "value": 0.0,
  1199. "label": "Variable 6"
  1200. },
  1201. "VariableId": {
  1202. "m_id": "{216AD064-C4DF-43EC-AC79-58A4AA6D3F26}"
  1203. },
  1204. "VariableName": "Variable 6"
  1205. }
  1206. },
  1207. {
  1208. "Key": {
  1209. "m_id": "{4BA11EFE-6D12-4C2A-AB28-279BB64C46A7}"
  1210. },
  1211. "Value": {
  1212. "Datum": {
  1213. "scriptCanvasType": {
  1214. "m_type": 3
  1215. },
  1216. "isNullPointer": false,
  1217. "$type": "double",
  1218. "value": 1.0,
  1219. "label": "Variable 7"
  1220. },
  1221. "VariableId": {
  1222. "m_id": "{4BA11EFE-6D12-4C2A-AB28-279BB64C46A7}"
  1223. },
  1224. "VariableName": "Variable 7"
  1225. }
  1226. }
  1227. ]
  1228. }
  1229. }
  1230. }
  1231. }
  1232. }
  1233. }