[Construction Scrip] How can I change multiple mesh in splinemesh component?

I made splinemesh component with BP. And I want to change multiple mesh with Staticmesh Array and change position each elements with integer array.
Like this…

How can I do this…?

You want to put the meshes on the spline in a random order?

random

It’s not random. I want the Static Mesh Array to be placed in the Static Mesh Loop.

Ok, then just don’t use the shuffle node :slight_smile: