Today’s work involved making a moving platform like in Mario. The way I did it is use a spline and a static mesh component inside the same blueprint. I then did a timeline of 0-1 in a 5 second interval and then looped it with a sequence on completed. It would move end to end in 10 seconds total.

Moving Platforms Using Splines
Moving Platforms Using Splines

Then I made trigger boxes it stops in for a second then starts back up. My problem is that on reverse it reverses back to the recent spot instead of continuing the path which I have an idea how to fix.

Trigger box for stop
Trigger box for stop