LY_SC_UnitTest_ContainerEraseCheck.scriptcanvas 103 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "ScriptCanvasData",
  5. "ClassData": {
  6. "m_scriptCanvas": {
  7. "Id": {
  8. "id": 555220333844526
  9. },
  10. "Name": "Test_Container_Erase_Array_Vec3",
  11. "Components": {
  12. "Component_[15030952362501435861]": {
  13. "$type": "EditorGraph",
  14. "Id": 15030952362501435861,
  15. "m_graphData": {
  16. "m_nodes": [
  17. {
  18. "Id": {
  19. "id": 555246103648302
  20. },
  21. "Name": "SC-Node(Erase)",
  22. "Components": {
  23. "Component_[10160944105874381383]": {
  24. "$type": "MethodOverloaded",
  25. "Id": 10160944105874381383,
  26. "Slots": [
  27. {
  28. "IsOverload": true,
  29. "id": {
  30. "m_id": "{00CFD2DE-F2C0-408F-A0D8-AFE0263F2E62}"
  31. },
  32. "DynamicTypeOverride": 3,
  33. "contracts": [
  34. {
  35. "$type": "SlotTypeContract"
  36. },
  37. null
  38. ],
  39. "slotName": "Array<Vector3>: 0",
  40. "DisplayDataType": {
  41. "m_type": 4,
  42. "m_azType": "{4599647A-45DD-585B-AFC0-4BAD29EB49A7}"
  43. },
  44. "Descriptor": {
  45. "ConnectionType": 1,
  46. "SlotType": 2
  47. },
  48. "DataType": 1,
  49. "IsReference": true,
  50. "VariableReference": {
  51. "m_id": "{FDE41A67-4312-4C13-B6AF-954387D8DA37}"
  52. }
  53. },
  54. {
  55. "IsOverload": true,
  56. "id": {
  57. "m_id": "{B33F67BA-412D-4CB6-9FC6-AE8E1A00F660}"
  58. },
  59. "DynamicTypeOverride": 3,
  60. "contracts": [
  61. {
  62. "$type": "SlotTypeContract"
  63. },
  64. null
  65. ],
  66. "slotName": "Number: 1",
  67. "DisplayDataType": {
  68. "m_type": 3
  69. },
  70. "Descriptor": {
  71. "ConnectionType": 1,
  72. "SlotType": 2
  73. },
  74. "DataType": 1
  75. },
  76. {
  77. "id": {
  78. "m_id": "{E4AC7091-24B3-4CCD-95F8-ED0F859419EE}"
  79. },
  80. "contracts": [
  81. {
  82. "$type": "SlotTypeContract"
  83. }
  84. ],
  85. "slotName": "In",
  86. "Descriptor": {
  87. "ConnectionType": 1,
  88. "SlotType": 1
  89. }
  90. },
  91. {
  92. "id": {
  93. "m_id": "{B41B578E-8573-4C9E-9100-F5E81DA4D461}"
  94. },
  95. "contracts": [
  96. {
  97. "$type": "SlotTypeContract"
  98. }
  99. ],
  100. "slotName": "Out",
  101. "Descriptor": {
  102. "ConnectionType": 2,
  103. "SlotType": 1
  104. }
  105. },
  106. {
  107. "id": {
  108. "m_id": "{262620F8-25E1-4403-948B-73CDC60A7086}"
  109. },
  110. "contracts": [
  111. {
  112. "$type": "SlotTypeContract"
  113. }
  114. ],
  115. "slotName": "Key Not Found",
  116. "Descriptor": {
  117. "ConnectionType": 2,
  118. "SlotType": 1
  119. }
  120. },
  121. {
  122. "IsOverload": true,
  123. "id": {
  124. "m_id": "{0475FDFB-2D12-4C6F-A0B2-73A7D3E191E7}"
  125. },
  126. "DynamicTypeOverride": 3,
  127. "contracts": [
  128. {
  129. "$type": "SlotTypeContract"
  130. }
  131. ],
  132. "slotName": "Array<Vector3>",
  133. "DisplayDataType": {
  134. "m_type": 4,
  135. "m_azType": "{4599647A-45DD-585B-AFC0-4BAD29EB49A7}"
  136. },
  137. "Descriptor": {
  138. "ConnectionType": 2,
  139. "SlotType": 2
  140. },
  141. "DataType": 1
  142. }
  143. ],
  144. "Datums": [
  145. {
  146. "isOverloadedStorage": false,
  147. "scriptCanvasType": {
  148. "m_type": 4,
  149. "m_azType": "{4599647A-45DD-585B-AFC0-4BAD29EB49A7}"
  150. },
  151. "isNullPointer": true,
  152. "label": "Array<Vector3>: 0"
  153. },
  154. {
  155. "isOverloadedStorage": false,
  156. "scriptCanvasType": {
  157. "m_type": 3
  158. },
  159. "isNullPointer": false,
  160. "$type": "double",
  161. "value": 0.0,
  162. "label": "Number: 1"
  163. }
  164. ],
  165. "methodType": 2,
  166. "methodName": "Erase",
  167. "className": "AZStd::vector<Vector3, allocator>",
  168. "resultSlotIDs": [
  169. {}
  170. ],
  171. "prettyClassName": "AZStd::vector<Vector3, allocator>",
  172. "orderedInputSlotIds": [
  173. {
  174. "m_id": "{00CFD2DE-F2C0-408F-A0D8-AFE0263F2E62}"
  175. },
  176. {
  177. "m_id": "{B33F67BA-412D-4CB6-9FC6-AE8E1A00F660}"
  178. }
  179. ],
  180. "outputSlotIds": [
  181. {
  182. "m_id": "{0475FDFB-2D12-4C6F-A0B2-73A7D3E191E7}"
  183. }
  184. ]
  185. }
  186. }
  187. },
  188. {
  189. "Id": {
  190. "id": 555250398615598
  191. },
  192. "Name": "SC-Node(Erase)",
  193. "Components": {
  194. "Component_[14729791703165753686]": {
  195. "$type": "MethodOverloaded",
  196. "Id": 14729791703165753686,
  197. "Slots": [
  198. {
  199. "IsOverload": true,
  200. "id": {
  201. "m_id": "{5D38E57C-FF9A-4458-B7E2-5FB3E366F4A2}"
  202. },
  203. "DynamicTypeOverride": 3,
  204. "contracts": [
  205. {
  206. "$type": "SlotTypeContract"
  207. },
  208. null
  209. ],
  210. "slotName": "Array<Vector3>: 0",
  211. "DisplayDataType": {
  212. "m_type": 4,
  213. "m_azType": "{4599647A-45DD-585B-AFC0-4BAD29EB49A7}"
  214. },
  215. "Descriptor": {
  216. "ConnectionType": 1,
  217. "SlotType": 2
  218. },
  219. "DataType": 1
  220. },
  221. {
  222. "IsOverload": true,
  223. "id": {
  224. "m_id": "{3C8488F9-8F6F-4D0F-A770-917896556506}"
  225. },
  226. "DynamicTypeOverride": 3,
  227. "contracts": [
  228. {
  229. "$type": "SlotTypeContract"
  230. },
  231. null
  232. ],
  233. "slotName": "Number: 1",
  234. "DisplayDataType": {
  235. "m_type": 3
  236. },
  237. "Descriptor": {
  238. "ConnectionType": 1,
  239. "SlotType": 2
  240. },
  241. "DataType": 1
  242. },
  243. {
  244. "id": {
  245. "m_id": "{04A92E21-0327-45F7-A239-5274E4C2F42B}"
  246. },
  247. "contracts": [
  248. {
  249. "$type": "SlotTypeContract"
  250. }
  251. ],
  252. "slotName": "In",
  253. "Descriptor": {
  254. "ConnectionType": 1,
  255. "SlotType": 1
  256. }
  257. },
  258. {
  259. "id": {
  260. "m_id": "{29EFA93F-E099-436C-8860-141031BC10C4}"
  261. },
  262. "contracts": [
  263. {
  264. "$type": "SlotTypeContract"
  265. }
  266. ],
  267. "slotName": "Out",
  268. "Descriptor": {
  269. "ConnectionType": 2,
  270. "SlotType": 1
  271. }
  272. },
  273. {
  274. "id": {
  275. "m_id": "{D6723B4A-8284-4F5E-8413-557D3508DFF2}"
  276. },
  277. "contracts": [
  278. {
  279. "$type": "SlotTypeContract"
  280. }
  281. ],
  282. "slotName": "Key Not Found",
  283. "Descriptor": {
  284. "ConnectionType": 2,
  285. "SlotType": 1
  286. }
  287. },
  288. {
  289. "IsOverload": true,
  290. "id": {
  291. "m_id": "{699BD4D4-45F1-4F10-A3B1-2E41DBD2770C}"
  292. },
  293. "DynamicTypeOverride": 3,
  294. "contracts": [
  295. {
  296. "$type": "SlotTypeContract"
  297. }
  298. ],
  299. "slotName": "Array<Vector3>",
  300. "DisplayDataType": {
  301. "m_type": 4,
  302. "m_azType": "{4599647A-45DD-585B-AFC0-4BAD29EB49A7}"
  303. },
  304. "Descriptor": {
  305. "ConnectionType": 2,
  306. "SlotType": 2
  307. },
  308. "DataType": 1
  309. }
  310. ],
  311. "Datums": [
  312. {
  313. "isOverloadedStorage": false,
  314. "scriptCanvasType": {
  315. "m_type": 4,
  316. "m_azType": "{4599647A-45DD-585B-AFC0-4BAD29EB49A7}"
  317. },
  318. "isNullPointer": true,
  319. "label": "Array<Vector3>: 0"
  320. },
  321. {
  322. "isOverloadedStorage": false,
  323. "scriptCanvasType": {
  324. "m_type": 3
  325. },
  326. "isNullPointer": false,
  327. "$type": "double",
  328. "value": 2.0,
  329. "label": "Number: 1"
  330. }
  331. ],
  332. "methodType": 2,
  333. "methodName": "Erase",
  334. "className": "AZStd::vector<Vector3, allocator>",
  335. "resultSlotIDs": [
  336. {}
  337. ],
  338. "prettyClassName": "AZStd::vector<Vector3, allocator>",
  339. "orderedInputSlotIds": [
  340. {
  341. "m_id": "{5D38E57C-FF9A-4458-B7E2-5FB3E366F4A2}"
  342. },
  343. {
  344. "m_id": "{3C8488F9-8F6F-4D0F-A770-917896556506}"
  345. }
  346. ],
  347. "outputSlotIds": [
  348. {
  349. "m_id": "{699BD4D4-45F1-4F10-A3B1-2E41DBD2770C}"
  350. }
  351. ]
  352. }
  353. }
  354. },
  355. {
  356. "Id": {
  357. "id": 555228923779118
  358. },
  359. "Name": "SC-Node(OperatorAt)",
  360. "Components": {
  361. "Component_[17451724372003885432]": {
  362. "$type": "MethodOverloaded",
  363. "Id": 17451724372003885432,
  364. "Slots": [
  365. {
  366. "IsOverload": true,
  367. "id": {
  368. "m_id": "{84996816-ACAF-422D-9AE8-F3654126B847}"
  369. },
  370. "DynamicTypeOverride": 3,
  371. "contracts": [
  372. {
  373. "$type": "SlotTypeContract"
  374. },
  375. null
  376. ],
  377. "slotName": "Array<Vector3>: 0",
  378. "DisplayDataType": {
  379. "m_type": 4,
  380. "m_azType": "{4599647A-45DD-585B-AFC0-4BAD29EB49A7}"
  381. },
  382. "Descriptor": {
  383. "ConnectionType": 1,
  384. "SlotType": 2
  385. },
  386. "DataType": 1
  387. },
  388. {
  389. "IsOverload": true,
  390. "id": {
  391. "m_id": "{FB4B60A5-C5CA-4D54-863E-BC44AE468FDB}"
  392. },
  393. "DynamicTypeOverride": 3,
  394. "contracts": [
  395. {
  396. "$type": "SlotTypeContract"
  397. },
  398. null
  399. ],
  400. "slotName": "Index",
  401. "toolTip": "The index to read from",
  402. "DisplayDataType": {
  403. "m_type": 3
  404. },
  405. "Descriptor": {
  406. "ConnectionType": 1,
  407. "SlotType": 2
  408. },
  409. "DataType": 1
  410. },
  411. {
  412. "id": {
  413. "m_id": "{A6B4896E-63C0-4D3D-AE88-D603C86A1A28}"
  414. },
  415. "contracts": [
  416. {
  417. "$type": "SlotTypeContract"
  418. }
  419. ],
  420. "slotName": "In",
  421. "Descriptor": {
  422. "ConnectionType": 1,
  423. "SlotType": 1
  424. }
  425. },
  426. {
  427. "id": {
  428. "m_id": "{9D01718F-EBC0-42BE-BF42-C82971F6C227}"
  429. },
  430. "contracts": [
  431. {
  432. "$type": "SlotTypeContract"
  433. }
  434. ],
  435. "slotName": "Out",
  436. "Descriptor": {
  437. "ConnectionType": 2,
  438. "SlotType": 1
  439. }
  440. },
  441. {
  442. "id": {
  443. "m_id": "{E6E4F0C0-845C-4CFF-8C70-FB57B3D8B347}"
  444. },
  445. "contracts": [
  446. {
  447. "$type": "SlotTypeContract"
  448. }
  449. ],
  450. "slotName": "Key Not Found",
  451. "Descriptor": {
  452. "ConnectionType": 2,
  453. "SlotType": 1
  454. }
  455. },
  456. {
  457. "IsOverload": true,
  458. "id": {
  459. "m_id": "{EA6EBBD6-3500-4E91-ABCC-8464DC58D845}"
  460. },
  461. "DynamicTypeOverride": 3,
  462. "contracts": [
  463. {
  464. "$type": "SlotTypeContract"
  465. }
  466. ],
  467. "slotName": "Vector3",
  468. "DisplayDataType": {
  469. "m_type": 8
  470. },
  471. "Descriptor": {
  472. "ConnectionType": 2,
  473. "SlotType": 2
  474. },
  475. "DataType": 1
  476. }
  477. ],
  478. "Datums": [
  479. {
  480. "isOverloadedStorage": false,
  481. "scriptCanvasType": {
  482. "m_type": 4,
  483. "m_azType": "{4599647A-45DD-585B-AFC0-4BAD29EB49A7}"
  484. },
  485. "isNullPointer": true,
  486. "label": "Array<Vector3>: 0"
  487. },
  488. {
  489. "isOverloadedStorage": false,
  490. "scriptCanvasType": {
  491. "m_type": 3
  492. },
  493. "isNullPointer": false,
  494. "$type": "double",
  495. "value": 1.0,
  496. "label": "Index"
  497. }
  498. ],
  499. "methodType": 2,
  500. "methodName": "Get Element",
  501. "className": "AZStd::vector<Vector3, allocator>",
  502. "resultSlotIDs": [
  503. {}
  504. ],
  505. "prettyClassName": "AZStd::vector<Vector3, allocator>",
  506. "orderedInputSlotIds": [
  507. {
  508. "m_id": "{84996816-ACAF-422D-9AE8-F3654126B847}"
  509. },
  510. {
  511. "m_id": "{FB4B60A5-C5CA-4D54-863E-BC44AE468FDB}"
  512. }
  513. ],
  514. "outputSlotIds": [
  515. {
  516. "m_id": "{EA6EBBD6-3500-4E91-ABCC-8464DC58D845}"
  517. }
  518. ]
  519. }
  520. }
  521. },
  522. {
  523. "Id": {
  524. "id": 555254693582894
  525. },
  526. "Name": "SC-Node(MarkComplete)",
  527. "Components": {
  528. "Component_[3343730690616907133]": {
  529. "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
  530. "Id": 3343730690616907133,
  531. "Slots": [
  532. {
  533. "isVisibile": false,
  534. "id": {
  535. "m_id": "{3C5B4A1E-261F-4BF1-A76D-822577DD7EE0}"
  536. },
  537. "contracts": [
  538. {
  539. "$type": "SlotTypeContract"
  540. },
  541. null
  542. ],
  543. "slotName": "EntityID: 0",
  544. "Descriptor": {
  545. "ConnectionType": 1,
  546. "SlotType": 2
  547. },
  548. "DataType": 1
  549. },
  550. {
  551. "id": {
  552. "m_id": "{E2BBA580-098A-4450-A28A-42D5172BE5BD}"
  553. },
  554. "contracts": [
  555. {
  556. "$type": "SlotTypeContract"
  557. },
  558. null
  559. ],
  560. "slotName": "Report",
  561. "toolTip": "additional notes for the test report",
  562. "DisplayDataType": {
  563. "m_type": 5
  564. },
  565. "Descriptor": {
  566. "ConnectionType": 1,
  567. "SlotType": 2
  568. },
  569. "DataType": 1
  570. },
  571. {
  572. "id": {
  573. "m_id": "{FB5D8E40-E9F3-4989-9A77-D5EF5B98C66A}"
  574. },
  575. "contracts": [
  576. {
  577. "$type": "SlotTypeContract"
  578. }
  579. ],
  580. "slotName": "In",
  581. "Descriptor": {
  582. "ConnectionType": 1,
  583. "SlotType": 1
  584. }
  585. },
  586. {
  587. "id": {
  588. "m_id": "{4D96EA08-5FFE-4D05-8498-9DC4FA3DDCC9}"
  589. },
  590. "contracts": [
  591. {
  592. "$type": "SlotTypeContract"
  593. }
  594. ],
  595. "slotName": "Out",
  596. "Descriptor": {
  597. "ConnectionType": 2,
  598. "SlotType": 1
  599. }
  600. }
  601. ],
  602. "Datums": [
  603. {
  604. "isOverloadedStorage": false,
  605. "scriptCanvasType": {
  606. "m_type": 1
  607. },
  608. "isNullPointer": false,
  609. "$type": "EntityId",
  610. "value": {
  611. "id": 4276206253
  612. }
  613. },
  614. {
  615. "isOverloadedStorage": false,
  616. "scriptCanvasType": {
  617. "m_type": 5
  618. },
  619. "isNullPointer": false,
  620. "$type": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9} AZStd::string",
  621. "value": "",
  622. "label": "Report"
  623. }
  624. ],
  625. "methodType": 2,
  626. "methodName": "Mark Complete",
  627. "className": "Unit Testing",
  628. "resultSlotIDs": [
  629. {}
  630. ],
  631. "prettyClassName": "Unit Testing"
  632. }
  633. }
  634. },
  635. {
  636. "Id": {
  637. "id": 555237513713710
  638. },
  639. "Name": "SC-Node(Start)",
  640. "Components": {
  641. "Component_[5292692476481280175]": {
  642. "$type": "Start",
  643. "Id": 5292692476481280175,
  644. "Slots": [
  645. {
  646. "id": {
  647. "m_id": "{EFCE815A-53EC-4542-9E45-E006FE9D8E88}"
  648. },
  649. "contracts": [
  650. {
  651. "$type": "SlotTypeContract"
  652. }
  653. ],
  654. "slotName": "Out",
  655. "toolTip": "Signaled when the entity that owns this graph is fully activated.",
  656. "Descriptor": {
  657. "ConnectionType": 2,
  658. "SlotType": 1
  659. }
  660. }
  661. ]
  662. }
  663. }
  664. },
  665. {
  666. "Id": {
  667. "id": 555233218746414
  668. },
  669. "Name": "SC-Node(ExpectEqual)",
  670. "Components": {
  671. "Component_[7140113216001426439]": {
  672. "$type": "MethodOverloaded",
  673. "Id": 7140113216001426439,
  674. "Slots": [
  675. {
  676. "isVisibile": false,
  677. "id": {
  678. "m_id": "{8A9B2E1E-10C4-40BF-939C-7968C2C35E81}"
  679. },
  680. "contracts": [
  681. {
  682. "$type": "SlotTypeContract"
  683. },
  684. null
  685. ],
  686. "slotName": "EntityID: 0",
  687. "DisplayDataType": {
  688. "m_type": 1
  689. },
  690. "Descriptor": {
  691. "ConnectionType": 1,
  692. "SlotType": 2
  693. },
  694. "DataType": 1
  695. },
  696. {
  697. "IsOverload": true,
  698. "id": {
  699. "m_id": "{CA96E8FA-B945-41EA-908C-C8A26C5BA03C}"
  700. },
  701. "DynamicTypeOverride": 3,
  702. "contracts": [
  703. {
  704. "$type": "SlotTypeContract"
  705. },
  706. null
  707. ],
  708. "slotName": "Candidate",
  709. "toolTip": "left of ==",
  710. "DisplayDataType": {
  711. "m_type": 8
  712. },
  713. "Descriptor": {
  714. "ConnectionType": 1,
  715. "SlotType": 2
  716. },
  717. "DataType": 1
  718. },
  719. {
  720. "IsOverload": true,
  721. "id": {
  722. "m_id": "{D23EC759-4B32-4C03-8AD4-9FA4622C3E7B}"
  723. },
  724. "DynamicTypeOverride": 3,
  725. "contracts": [
  726. {
  727. "$type": "SlotTypeContract"
  728. },
  729. null
  730. ],
  731. "slotName": "Reference",
  732. "toolTip": "right of ==",
  733. "DisplayDataType": {
  734. "m_type": 8
  735. },
  736. "Descriptor": {
  737. "ConnectionType": 1,
  738. "SlotType": 2
  739. },
  740. "DataType": 1,
  741. "IsReference": true,
  742. "VariableReference": {
  743. "m_id": "{D1E9C2CC-BBBF-4DE3-B133-2E29EAC16A66}"
  744. }
  745. },
  746. {
  747. "id": {
  748. "m_id": "{4F06EF55-F359-4970-B0A7-93F194E341CB}"
  749. },
  750. "contracts": [
  751. {
  752. "$type": "SlotTypeContract"
  753. },
  754. null
  755. ],
  756. "slotName": "Report",
  757. "toolTip": "additional notes for the test report",
  758. "DisplayDataType": {
  759. "m_type": 5
  760. },
  761. "Descriptor": {
  762. "ConnectionType": 1,
  763. "SlotType": 2
  764. },
  765. "DataType": 1
  766. },
  767. {
  768. "id": {
  769. "m_id": "{A20F2122-1DAA-48A7-86E8-43257D2A28A8}"
  770. },
  771. "contracts": [
  772. {
  773. "$type": "SlotTypeContract"
  774. }
  775. ],
  776. "slotName": "In",
  777. "Descriptor": {
  778. "ConnectionType": 1,
  779. "SlotType": 1
  780. }
  781. },
  782. {
  783. "id": {
  784. "m_id": "{0666A0C7-49FC-4B29-AD48-646C4DF777AD}"
  785. },
  786. "contracts": [
  787. {
  788. "$type": "SlotTypeContract"
  789. }
  790. ],
  791. "slotName": "Out",
  792. "Descriptor": {
  793. "ConnectionType": 2,
  794. "SlotType": 1
  795. }
  796. }
  797. ],
  798. "Datums": [
  799. {
  800. "isOverloadedStorage": false,
  801. "scriptCanvasType": {
  802. "m_type": 1
  803. },
  804. "isNullPointer": false,
  805. "$type": "EntityId",
  806. "value": {
  807. "id": 4276206253
  808. }
  809. },
  810. {
  811. "isOverloadedStorage": false,
  812. "scriptCanvasType": {
  813. "m_type": 8
  814. },
  815. "isNullPointer": false,
  816. "$type": "Vector3",
  817. "value": [
  818. 0.0,
  819. 0.0,
  820. 0.0
  821. ],
  822. "label": "Candidate"
  823. },
  824. {
  825. "isOverloadedStorage": false,
  826. "scriptCanvasType": {
  827. "m_type": 8
  828. },
  829. "isNullPointer": false,
  830. "$type": "Vector3",
  831. "value": [
  832. 0.0,
  833. 0.0,
  834. 0.0
  835. ],
  836. "label": "Reference"
  837. },
  838. {
  839. "isOverloadedStorage": false,
  840. "scriptCanvasType": {
  841. "m_type": 5
  842. },
  843. "isNullPointer": false,
  844. "$type": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9} AZStd::string",
  845. "value": "",
  846. "label": "Report"
  847. }
  848. ],
  849. "methodType": 2,
  850. "methodName": "Expect Equal",
  851. "className": "Unit Testing",
  852. "resultSlotIDs": [
  853. {}
  854. ],
  855. "prettyClassName": "Unit Testing",
  856. "orderedInputSlotIds": [
  857. {
  858. "m_id": "{8A9B2E1E-10C4-40BF-939C-7968C2C35E81}"
  859. },
  860. {
  861. "m_id": "{CA96E8FA-B945-41EA-908C-C8A26C5BA03C}"
  862. },
  863. {
  864. "m_id": "{D23EC759-4B32-4C03-8AD4-9FA4622C3E7B}"
  865. },
  866. {
  867. "m_id": "{4F06EF55-F359-4970-B0A7-93F194E341CB}"
  868. }
  869. ],
  870. "outputSlotIds": [
  871. {}
  872. ]
  873. }
  874. }
  875. },
  876. {
  877. "Id": {
  878. "id": 555241808681006
  879. },
  880. "Name": "SC-Node(Checkpoint)",
  881. "Components": {
  882. "Component_[7166652965925374287]": {
  883. "$type": "MethodOverloaded",
  884. "Id": 7166652965925374287,
  885. "Slots": [
  886. {
  887. "isVisibile": false,
  888. "id": {
  889. "m_id": "{726AE8C9-42EC-485C-9E63-5AA6483932DB}"
  890. },
  891. "contracts": [
  892. {
  893. "$type": "SlotTypeContract"
  894. },
  895. null
  896. ],
  897. "slotName": "EntityID: 0",
  898. "Descriptor": {
  899. "ConnectionType": 1,
  900. "SlotType": 2
  901. },
  902. "DataType": 1
  903. },
  904. {
  905. "id": {
  906. "m_id": "{23C3D496-4BA8-4972-AE9D-42D26C6EEEA7}"
  907. },
  908. "contracts": [
  909. {
  910. "$type": "SlotTypeContract"
  911. },
  912. null
  913. ],
  914. "slotName": "Report",
  915. "toolTip": "additional notes for the test report",
  916. "DisplayDataType": {
  917. "m_type": 5
  918. },
  919. "Descriptor": {
  920. "ConnectionType": 1,
  921. "SlotType": 2
  922. },
  923. "DataType": 1
  924. },
  925. {
  926. "id": {
  927. "m_id": "{FB115312-505C-439E-95EF-A65F64477B1E}"
  928. },
  929. "contracts": [
  930. {
  931. "$type": "SlotTypeContract"
  932. }
  933. ],
  934. "slotName": "In",
  935. "Descriptor": {
  936. "ConnectionType": 1,
  937. "SlotType": 1
  938. }
  939. },
  940. {
  941. "id": {
  942. "m_id": "{31A72C6B-D0B6-4DA9-B576-6D174B8DA509}"
  943. },
  944. "contracts": [
  945. {
  946. "$type": "SlotTypeContract"
  947. }
  948. ],
  949. "slotName": "Out",
  950. "Descriptor": {
  951. "ConnectionType": 2,
  952. "SlotType": 1
  953. }
  954. }
  955. ],
  956. "Datums": [
  957. {
  958. "isOverloadedStorage": false,
  959. "scriptCanvasType": {
  960. "m_type": 1
  961. },
  962. "isNullPointer": false,
  963. "$type": "EntityId",
  964. "value": {
  965. "id": 4276206253
  966. }
  967. },
  968. {
  969. "isOverloadedStorage": false,
  970. "scriptCanvasType": {
  971. "m_type": 5
  972. },
  973. "isNullPointer": false,
  974. "$type": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9} AZStd::string",
  975. "value": "Tried to find an element that was not in the array",
  976. "label": "Report"
  977. }
  978. ],
  979. "methodType": 2,
  980. "methodName": "Checkpoint",
  981. "className": "Unit Testing",
  982. "resultSlotIDs": [
  983. {}
  984. ],
  985. "prettyClassName": "Unit Testing",
  986. "orderedInputSlotIds": [
  987. {
  988. "m_id": "{726AE8C9-42EC-485C-9E63-5AA6483932DB}"
  989. },
  990. {
  991. "m_id": "{23C3D496-4BA8-4972-AE9D-42D26C6EEEA7}"
  992. }
  993. ],
  994. "outputSlotIds": [
  995. {}
  996. ]
  997. }
  998. }
  999. },
  1000. {
  1001. "Id": {
  1002. "id": 555224628811822
  1003. },
  1004. "Name": "SC-Node(AddFailure)",
  1005. "Components": {
  1006. "Component_[9603982807377721372]": {
  1007. "$type": "{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF} Method",
  1008. "Id": 9603982807377721372,
  1009. "Slots": [
  1010. {
  1011. "isVisibile": false,
  1012. "id": {
  1013. "m_id": "{38225C93-849C-46F5-8173-56C07C288397}"
  1014. },
  1015. "contracts": [
  1016. {
  1017. "$type": "SlotTypeContract"
  1018. },
  1019. null
  1020. ],
  1021. "slotName": "EntityID: 0",
  1022. "Descriptor": {
  1023. "ConnectionType": 1,
  1024. "SlotType": 2
  1025. },
  1026. "DataType": 1
  1027. },
  1028. {
  1029. "id": {
  1030. "m_id": "{25A28032-E403-46BD-B676-C637E1829E26}"
  1031. },
  1032. "contracts": [
  1033. {
  1034. "$type": "SlotTypeContract"
  1035. },
  1036. null
  1037. ],
  1038. "slotName": "Report",
  1039. "toolTip": "additional notes for the test report",
  1040. "DisplayDataType": {
  1041. "m_type": 5
  1042. },
  1043. "Descriptor": {
  1044. "ConnectionType": 1,
  1045. "SlotType": 2
  1046. },
  1047. "DataType": 1
  1048. },
  1049. {
  1050. "id": {
  1051. "m_id": "{F0AFFA05-1E33-4EB5-B6E5-17C598D38D67}"
  1052. },
  1053. "contracts": [
  1054. {
  1055. "$type": "SlotTypeContract"
  1056. }
  1057. ],
  1058. "slotName": "In",
  1059. "Descriptor": {
  1060. "ConnectionType": 1,
  1061. "SlotType": 1
  1062. }
  1063. },
  1064. {
  1065. "id": {
  1066. "m_id": "{00E1C7E0-D133-4003-B9D0-59AD4A8306DC}"
  1067. },
  1068. "contracts": [
  1069. {
  1070. "$type": "SlotTypeContract"
  1071. }
  1072. ],
  1073. "slotName": "Out",
  1074. "Descriptor": {
  1075. "ConnectionType": 2,
  1076. "SlotType": 1
  1077. }
  1078. }
  1079. ],
  1080. "Datums": [
  1081. {
  1082. "isOverloadedStorage": false,
  1083. "scriptCanvasType": {
  1084. "m_type": 1
  1085. },
  1086. "isNullPointer": false,
  1087. "$type": "EntityId",
  1088. "value": {
  1089. "id": 4276206253
  1090. }
  1091. },
  1092. {
  1093. "isOverloadedStorage": false,
  1094. "scriptCanvasType": {
  1095. "m_type": 5
  1096. },
  1097. "isNullPointer": false,
  1098. "$type": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9} AZStd::string",
  1099. "value": "Array does not have this index, erase should fail",
  1100. "label": "Report"
  1101. }
  1102. ],
  1103. "methodType": 2,
  1104. "methodName": "Add Failure",
  1105. "className": "Unit Testing",
  1106. "resultSlotIDs": [
  1107. {}
  1108. ],
  1109. "prettyClassName": "Unit Testing"
  1110. }
  1111. }
  1112. }
  1113. ],
  1114. "m_connections": [
  1115. {
  1116. "Id": {
  1117. "id": 555258988550190
  1118. },
  1119. "Name": "srcEndpoint=(Get Element: Out), destEndpoint=(Expect Equal: In)",
  1120. "Components": {
  1121. "Component_[7023103157621038437]": {
  1122. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  1123. "Id": 7023103157621038437,
  1124. "sourceEndpoint": {
  1125. "nodeId": {
  1126. "id": 555228923779118
  1127. },
  1128. "slotId": {
  1129. "m_id": "{9D01718F-EBC0-42BE-BF42-C82971F6C227}"
  1130. }
  1131. },
  1132. "targetEndpoint": {
  1133. "nodeId": {
  1134. "id": 555233218746414
  1135. },
  1136. "slotId": {
  1137. "m_id": "{A20F2122-1DAA-48A7-86E8-43257D2A28A8}"
  1138. }
  1139. }
  1140. }
  1141. }
  1142. },
  1143. {
  1144. "Id": {
  1145. "id": 555263283517486
  1146. },
  1147. "Name": "srcEndpoint=(Checkpoint: Out), destEndpoint=(Mark Complete: In)",
  1148. "Components": {
  1149. "Component_[3318962521991317676]": {
  1150. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  1151. "Id": 3318962521991317676,
  1152. "sourceEndpoint": {
  1153. "nodeId": {
  1154. "id": 555241808681006
  1155. },
  1156. "slotId": {
  1157. "m_id": "{31A72C6B-D0B6-4DA9-B576-6D174B8DA509}"
  1158. }
  1159. },
  1160. "targetEndpoint": {
  1161. "nodeId": {
  1162. "id": 555254693582894
  1163. },
  1164. "slotId": {
  1165. "m_id": "{FB5D8E40-E9F3-4989-9A77-D5EF5B98C66A}"
  1166. }
  1167. }
  1168. }
  1169. }
  1170. },
  1171. {
  1172. "Id": {
  1173. "id": 555267578484782
  1174. },
  1175. "Name": "srcEndpoint=(Add Failure: Out), destEndpoint=(Mark Complete: In)",
  1176. "Components": {
  1177. "Component_[5063486781747675714]": {
  1178. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  1179. "Id": 5063486781747675714,
  1180. "sourceEndpoint": {
  1181. "nodeId": {
  1182. "id": 555224628811822
  1183. },
  1184. "slotId": {
  1185. "m_id": "{00E1C7E0-D133-4003-B9D0-59AD4A8306DC}"
  1186. }
  1187. },
  1188. "targetEndpoint": {
  1189. "nodeId": {
  1190. "id": 555254693582894
  1191. },
  1192. "slotId": {
  1193. "m_id": "{FB5D8E40-E9F3-4989-9A77-D5EF5B98C66A}"
  1194. }
  1195. }
  1196. }
  1197. }
  1198. },
  1199. {
  1200. "Id": {
  1201. "id": 555271873452078
  1202. },
  1203. "Name": "srcEndpoint=(Get Element: Vector3), destEndpoint=(Expect Equal: Candidate)",
  1204. "Components": {
  1205. "Component_[893247412536001789]": {
  1206. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  1207. "Id": 893247412536001789,
  1208. "sourceEndpoint": {
  1209. "nodeId": {
  1210. "id": 555228923779118
  1211. },
  1212. "slotId": {
  1213. "m_id": "{EA6EBBD6-3500-4E91-ABCC-8464DC58D845}"
  1214. }
  1215. },
  1216. "targetEndpoint": {
  1217. "nodeId": {
  1218. "id": 555233218746414
  1219. },
  1220. "slotId": {
  1221. "m_id": "{CA96E8FA-B945-41EA-908C-C8A26C5BA03C}"
  1222. }
  1223. }
  1224. }
  1225. }
  1226. },
  1227. {
  1228. "Id": {
  1229. "id": 555276168419374
  1230. },
  1231. "Name": "srcEndpoint=(Expect Equal: Out), destEndpoint=(Erase: In)",
  1232. "Components": {
  1233. "Component_[15965860061845496138]": {
  1234. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  1235. "Id": 15965860061845496138,
  1236. "sourceEndpoint": {
  1237. "nodeId": {
  1238. "id": 555233218746414
  1239. },
  1240. "slotId": {
  1241. "m_id": "{0666A0C7-49FC-4B29-AD48-646C4DF777AD}"
  1242. }
  1243. },
  1244. "targetEndpoint": {
  1245. "nodeId": {
  1246. "id": 555250398615598
  1247. },
  1248. "slotId": {
  1249. "m_id": "{04A92E21-0327-45F7-A239-5274E4C2F42B}"
  1250. }
  1251. }
  1252. }
  1253. }
  1254. },
  1255. {
  1256. "Id": {
  1257. "id": 555280463386670
  1258. },
  1259. "Name": "srcEndpoint=(Erase: Out), destEndpoint=(Add Failure: In)",
  1260. "Components": {
  1261. "Component_[11787236966946334005]": {
  1262. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  1263. "Id": 11787236966946334005,
  1264. "sourceEndpoint": {
  1265. "nodeId": {
  1266. "id": 555250398615598
  1267. },
  1268. "slotId": {
  1269. "m_id": "{29EFA93F-E099-436C-8860-141031BC10C4}"
  1270. }
  1271. },
  1272. "targetEndpoint": {
  1273. "nodeId": {
  1274. "id": 555224628811822
  1275. },
  1276. "slotId": {
  1277. "m_id": "{F0AFFA05-1E33-4EB5-B6E5-17C598D38D67}"
  1278. }
  1279. }
  1280. }
  1281. }
  1282. },
  1283. {
  1284. "Id": {
  1285. "id": 555284758353966
  1286. },
  1287. "Name": "srcEndpoint=(Erase: Key Not Found), destEndpoint=(Checkpoint: In)",
  1288. "Components": {
  1289. "Component_[11972765835011268504]": {
  1290. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  1291. "Id": 11972765835011268504,
  1292. "sourceEndpoint": {
  1293. "nodeId": {
  1294. "id": 555250398615598
  1295. },
  1296. "slotId": {
  1297. "m_id": "{D6723B4A-8284-4F5E-8413-557D3508DFF2}"
  1298. }
  1299. },
  1300. "targetEndpoint": {
  1301. "nodeId": {
  1302. "id": 555241808681006
  1303. },
  1304. "slotId": {
  1305. "m_id": "{FB115312-505C-439E-95EF-A65F64477B1E}"
  1306. }
  1307. }
  1308. }
  1309. }
  1310. },
  1311. {
  1312. "Id": {
  1313. "id": 555289053321262
  1314. },
  1315. "Name": "srcEndpoint=(Erase: Out), destEndpoint=(Get Element: In)",
  1316. "Components": {
  1317. "Component_[16847371458043137716]": {
  1318. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  1319. "Id": 16847371458043137716,
  1320. "sourceEndpoint": {
  1321. "nodeId": {
  1322. "id": 555246103648302
  1323. },
  1324. "slotId": {
  1325. "m_id": "{B41B578E-8573-4C9E-9100-F5E81DA4D461}"
  1326. }
  1327. },
  1328. "targetEndpoint": {
  1329. "nodeId": {
  1330. "id": 555228923779118
  1331. },
  1332. "slotId": {
  1333. "m_id": "{A6B4896E-63C0-4D3D-AE88-D603C86A1A28}"
  1334. }
  1335. }
  1336. }
  1337. }
  1338. },
  1339. {
  1340. "Id": {
  1341. "id": 555293348288558
  1342. },
  1343. "Name": "srcEndpoint=(Erase: Array<Vector3>), destEndpoint=(Erase: Array<Vector3>: 0)",
  1344. "Components": {
  1345. "Component_[1595315034801153349]": {
  1346. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  1347. "Id": 1595315034801153349,
  1348. "sourceEndpoint": {
  1349. "nodeId": {
  1350. "id": 555246103648302
  1351. },
  1352. "slotId": {
  1353. "m_id": "{0475FDFB-2D12-4C6F-A0B2-73A7D3E191E7}"
  1354. }
  1355. },
  1356. "targetEndpoint": {
  1357. "nodeId": {
  1358. "id": 555250398615598
  1359. },
  1360. "slotId": {
  1361. "m_id": "{5D38E57C-FF9A-4458-B7E2-5FB3E366F4A2}"
  1362. }
  1363. }
  1364. }
  1365. }
  1366. },
  1367. {
  1368. "Id": {
  1369. "id": 555297643255854
  1370. },
  1371. "Name": "srcEndpoint=(Erase: Array<Vector3>), destEndpoint=(Get Element: Array<Vector3>: 0)",
  1372. "Components": {
  1373. "Component_[16016269636570619881]": {
  1374. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  1375. "Id": 16016269636570619881,
  1376. "sourceEndpoint": {
  1377. "nodeId": {
  1378. "id": 555246103648302
  1379. },
  1380. "slotId": {
  1381. "m_id": "{0475FDFB-2D12-4C6F-A0B2-73A7D3E191E7}"
  1382. }
  1383. },
  1384. "targetEndpoint": {
  1385. "nodeId": {
  1386. "id": 555228923779118
  1387. },
  1388. "slotId": {
  1389. "m_id": "{84996816-ACAF-422D-9AE8-F3654126B847}"
  1390. }
  1391. }
  1392. }
  1393. }
  1394. },
  1395. {
  1396. "Id": {
  1397. "id": 555301938223150
  1398. },
  1399. "Name": "srcEndpoint=(On Graph Start: Out), destEndpoint=(Erase: In)",
  1400. "Components": {
  1401. "Component_[14226006227049023850]": {
  1402. "$type": "{64CA5016-E803-4AC4-9A36-BDA2C890C6EB} Connection",
  1403. "Id": 14226006227049023850,
  1404. "sourceEndpoint": {
  1405. "nodeId": {
  1406. "id": 555237513713710
  1407. },
  1408. "slotId": {
  1409. "m_id": "{EFCE815A-53EC-4542-9E45-E006FE9D8E88}"
  1410. }
  1411. },
  1412. "targetEndpoint": {
  1413. "nodeId": {
  1414. "id": 555246103648302
  1415. },
  1416. "slotId": {
  1417. "m_id": "{E4AC7091-24B3-4CCD-95F8-ED0F859419EE}"
  1418. }
  1419. }
  1420. }
  1421. }
  1422. }
  1423. ]
  1424. },
  1425. "m_assetType": "{3E2AC8CD-713F-453E-967F-29517F331784}",
  1426. "versionData": {
  1427. "_grammarVersion": 1,
  1428. "_runtimeVersion": 1,
  1429. "_fileVersion": 1
  1430. },
  1431. "m_variableCounter": 1,
  1432. "GraphCanvasData": [
  1433. {
  1434. "Key": {
  1435. "id": 555220333844526
  1436. },
  1437. "Value": {
  1438. "ComponentData": {
  1439. "{5F84B500-8C45-40D1-8EFC-A5306B241444}": {
  1440. "$type": "SceneComponentSaveData",
  1441. "ViewParams": {
  1442. "Scale": 0.6026439,
  1443. "AnchorX": 419.81671142578125,
  1444. "AnchorY": -144.36386108398438
  1445. }
  1446. }
  1447. }
  1448. }
  1449. },
  1450. {
  1451. "Key": {
  1452. "id": 555224628811822
  1453. },
  1454. "Value": {
  1455. "ComponentData": {
  1456. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1457. "$type": "NodeSaveData"
  1458. },
  1459. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1460. "$type": "GeneralNodeTitleComponentSaveData",
  1461. "PaletteOverride": "TestingNodeTitlePalette"
  1462. },
  1463. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1464. "$type": "GeometrySaveData",
  1465. "Position": [
  1466. 1360.0,
  1467. 20.0
  1468. ]
  1469. },
  1470. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1471. "$type": "StylingComponentSaveData"
  1472. },
  1473. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1474. "$type": "PersistentIdComponentSaveData",
  1475. "PersistentId": "{1E711F82-8714-479B-9336-7BE491A0560A}"
  1476. }
  1477. }
  1478. }
  1479. },
  1480. {
  1481. "Key": {
  1482. "id": 555228923779118
  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": "OperatorsNodeTitlePalette"
  1492. },
  1493. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1494. "$type": "GeometrySaveData",
  1495. "Position": [
  1496. 300.0,
  1497. 40.0
  1498. ]
  1499. },
  1500. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1501. "$type": "StylingComponentSaveData",
  1502. "SubStyle": ".operators"
  1503. },
  1504. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1505. "$type": "PersistentIdComponentSaveData",
  1506. "PersistentId": "{9BF72A56-575A-47FF-AA92-F535C37FCB70}"
  1507. }
  1508. }
  1509. }
  1510. },
  1511. {
  1512. "Key": {
  1513. "id": 555233218746414
  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": "TestingNodeTitlePalette"
  1523. },
  1524. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1525. "$type": "GeometrySaveData",
  1526. "Position": [
  1527. 680.0,
  1528. 440.0
  1529. ]
  1530. },
  1531. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1532. "$type": "StylingComponentSaveData",
  1533. "SubStyle": ".method"
  1534. },
  1535. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1536. "$type": "PersistentIdComponentSaveData",
  1537. "PersistentId": "{88D8BB1D-2384-48D5-BBBD-BD5F8207AEBE}"
  1538. }
  1539. }
  1540. }
  1541. },
  1542. {
  1543. "Key": {
  1544. "id": 555237513713710
  1545. },
  1546. "Value": {
  1547. "ComponentData": {
  1548. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1549. "$type": "NodeSaveData"
  1550. },
  1551. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1552. "$type": "GeneralNodeTitleComponentSaveData",
  1553. "PaletteOverride": "DefaultNodeTitlePalette"
  1554. },
  1555. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1556. "$type": "GeometrySaveData",
  1557. "Position": [
  1558. -280.0,
  1559. 140.0
  1560. ]
  1561. },
  1562. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1563. "$type": "StylingComponentSaveData"
  1564. },
  1565. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1566. "$type": "PersistentIdComponentSaveData",
  1567. "PersistentId": "{4FD71F2E-F998-445D-AA23-C4DF8D28B684}"
  1568. }
  1569. }
  1570. }
  1571. },
  1572. {
  1573. "Key": {
  1574. "id": 555241808681006
  1575. },
  1576. "Value": {
  1577. "ComponentData": {
  1578. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1579. "$type": "NodeSaveData"
  1580. },
  1581. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1582. "$type": "GeneralNodeTitleComponentSaveData",
  1583. "PaletteOverride": "TestingNodeTitlePalette"
  1584. },
  1585. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1586. "$type": "GeometrySaveData",
  1587. "Position": [
  1588. 1300.0,
  1589. 320.0
  1590. ]
  1591. },
  1592. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1593. "$type": "StylingComponentSaveData"
  1594. },
  1595. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1596. "$type": "PersistentIdComponentSaveData",
  1597. "PersistentId": "{BEF69734-87DA-459C-AA21-9B50719E03EB}"
  1598. }
  1599. }
  1600. }
  1601. },
  1602. {
  1603. "Key": {
  1604. "id": 555246103648302
  1605. },
  1606. "Value": {
  1607. "ComponentData": {
  1608. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1609. "$type": "NodeSaveData"
  1610. },
  1611. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1612. "$type": "GeneralNodeTitleComponentSaveData",
  1613. "PaletteOverride": "MethodNodeTitlePalette"
  1614. },
  1615. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1616. "$type": "GeometrySaveData",
  1617. "Position": [
  1618. -120.0,
  1619. 320.0
  1620. ]
  1621. },
  1622. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1623. "$type": "StylingComponentSaveData",
  1624. "SubStyle": ".method"
  1625. },
  1626. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1627. "$type": "PersistentIdComponentSaveData",
  1628. "PersistentId": "{440B7F28-889E-4876-9CBC-EF9275485C77}"
  1629. }
  1630. }
  1631. }
  1632. },
  1633. {
  1634. "Key": {
  1635. "id": 555250398615598
  1636. },
  1637. "Value": {
  1638. "ComponentData": {
  1639. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1640. "$type": "NodeSaveData"
  1641. },
  1642. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1643. "$type": "GeneralNodeTitleComponentSaveData",
  1644. "PaletteOverride": "MethodNodeTitlePalette"
  1645. },
  1646. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1647. "$type": "GeometrySaveData",
  1648. "Position": [
  1649. 840.0,
  1650. 60.0
  1651. ]
  1652. },
  1653. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1654. "$type": "StylingComponentSaveData",
  1655. "SubStyle": ".method"
  1656. },
  1657. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1658. "$type": "PersistentIdComponentSaveData",
  1659. "PersistentId": "{639DF868-3DB6-4289-A26A-2751315E66B4}"
  1660. }
  1661. }
  1662. }
  1663. },
  1664. {
  1665. "Key": {
  1666. "id": 555254693582894
  1667. },
  1668. "Value": {
  1669. "ComponentData": {
  1670. "{24CB38BB-1705-4EC5-8F63-B574571B4DCD}": {
  1671. "$type": "NodeSaveData"
  1672. },
  1673. "{328FF15C-C302-458F-A43D-E1794DE0904E}": {
  1674. "$type": "GeneralNodeTitleComponentSaveData",
  1675. "PaletteOverride": "TestingNodeTitlePalette"
  1676. },
  1677. "{7CC444B1-F9B3-41B5-841B-0C4F2179F111}": {
  1678. "$type": "GeometrySaveData",
  1679. "Position": [
  1680. 1820.0,
  1681. 220.0
  1682. ]
  1683. },
  1684. "{B0B99C8A-03AF-4CF6-A926-F65C874C3D97}": {
  1685. "$type": "StylingComponentSaveData"
  1686. },
  1687. "{B1F49A35-8408-40DA-B79E-F1E3B64322CE}": {
  1688. "$type": "PersistentIdComponentSaveData",
  1689. "PersistentId": "{7F37710A-793E-4593-BCF9-C7F1689751EF}"
  1690. }
  1691. }
  1692. }
  1693. }
  1694. ],
  1695. "StatisticsHelper": {
  1696. "InstanceCounter": [
  1697. {
  1698. "Key": 524494764786010043,
  1699. "Value": 1
  1700. },
  1701. {
  1702. "Key": 4199610336680704683,
  1703. "Value": 1
  1704. },
  1705. {
  1706. "Key": 6840657073857873079,
  1707. "Value": 1
  1708. },
  1709. {
  1710. "Key": 6948473238498171382,
  1711. "Value": 1
  1712. },
  1713. {
  1714. "Key": 10672456662531019258,
  1715. "Value": 1
  1716. },
  1717. {
  1718. "Key": 14900140997430664785,
  1719. "Value": 1
  1720. },
  1721. {
  1722. "Key": 17832725829423725699,
  1723. "Value": 2
  1724. }
  1725. ]
  1726. }
  1727. },
  1728. "Component_[18305168838918285574]": {
  1729. "$type": "EditorGraphVariableManagerComponent",
  1730. "Id": 18305168838918285574,
  1731. "m_variableData": {
  1732. "m_nameVariableMap": [
  1733. {
  1734. "Key": {
  1735. "m_id": "{D1E9C2CC-BBBF-4DE3-B133-2E29EAC16A66}"
  1736. },
  1737. "Value": {
  1738. "Datum": {
  1739. "isOverloadedStorage": false,
  1740. "scriptCanvasType": {
  1741. "m_type": 8
  1742. },
  1743. "isNullPointer": false,
  1744. "$type": "Vector3",
  1745. "value": [
  1746. 3.0,
  1747. 3.0,
  1748. 3.0
  1749. ],
  1750. "label": "Vector3"
  1751. },
  1752. "VariableId": {
  1753. "m_id": "{D1E9C2CC-BBBF-4DE3-B133-2E29EAC16A66}"
  1754. },
  1755. "VariableName": "reference"
  1756. }
  1757. },
  1758. {
  1759. "Key": {
  1760. "m_id": "{FDE41A67-4312-4C13-B6AF-954387D8DA37}"
  1761. },
  1762. "Value": {
  1763. "Datum": {
  1764. "isOverloadedStorage": false,
  1765. "scriptCanvasType": {
  1766. "m_type": 4,
  1767. "m_azType": "{4599647A-45DD-585B-AFC0-4BAD29EB49A7}"
  1768. },
  1769. "isNullPointer": false,
  1770. "$type": "{4599647A-45DD-585B-AFC0-4BAD29EB49A7} AZStd::vector",
  1771. "value": [
  1772. [
  1773. 1.0,
  1774. 1.0,
  1775. 1.0
  1776. ],
  1777. [
  1778. 2.0,
  1779. 2.0,
  1780. 2.0
  1781. ],
  1782. [
  1783. 3.0,
  1784. 3.0,
  1785. 3.0
  1786. ]
  1787. ],
  1788. "label": "Array<Vector3>"
  1789. },
  1790. "VariableId": {
  1791. "m_id": "{FDE41A67-4312-4C13-B6AF-954387D8DA37}"
  1792. },
  1793. "VariableName": "Variable 2"
  1794. }
  1795. }
  1796. ]
  1797. },
  1798. "CopiedVariableRemapping": [
  1799. {
  1800. "Key": {
  1801. "m_id": "{3A3C7BCD-77D2-4F24-9033-668A833888FE}"
  1802. },
  1803. "Value": {
  1804. "m_id": "{FDE41A67-4312-4C13-B6AF-954387D8DA37}"
  1805. }
  1806. }
  1807. ]
  1808. }
  1809. }
  1810. }
  1811. }
  1812. }