How can I generate dynamic cubes in verse using for loops?

I need help to dynamically generate cubes with different positions through the for loop, I know how to make the loop, but I don’t know how I can generate the cube.

Hi,

If you convert the cube static mesh to a prop you can then use SpawnProp on it to generate multiples of them and place them around the map:

The guide for converting assets into props:

There is a guide here shows how to Spawn the prop.

https://dev.epicgames.com/community/snippets/4Ed/fortnite-spawn-and-move-creative_prop

Thank you,

Anthony