How to create a set of splines using an array of splines in blueprints

  • I was able to get a set of points in a blueprint using the for loop and I just insert to draw splines.
  • I am trying to draw set of splines using an array and to for loops are inserted to get the data of separate splines and one loop to get the data of each spline.
  • I was able to draw a single spline using this concept but when I going to draw multiple splines, it does not work.