Make object follow a path?

Yeah so this is clearly using a spline. I don’t think them not being editable in the blueprint viewport should be an issue. Just edit in the level.

How I imagine this would be working is in on tick you would update the position and rotation by calling GetWorldLocactionAndTangentAtDistanceOnSpline or some simlarly longly named function with deltatime * speed + lastposition.