Spawn 500 photos in row - flight throught the photos on spline

Hi all,

i am solving the issue now, the logic about flying is done, now i want to spawn 500 photos in line with distance between 10m and put them into the scene on spline where the user will fly trhrough.

I tried it to do with created material M_Image, and BP_ImageLineSwaper - seee notes in attach.

Create the images variables array connect to loop - add static mesh component - set world location- create dynamic material instance and set texture marameter value but BP dont add nothing, try a few variants but nothing works, i dont want to add them one by one manually.

If someone can help, i will be really glad.

Thank you so much and marry christmas to all,

Best,

Charlie

Sometimes I think Epic puts these things in to test people. I mean, the two photos are exactly the problem: you’re using an unlit material but the texture isn’t connected to the emissive, and the construction script isn’t connected to anything when it should be connected to the forloop :eyes: