Project: Paper2D

Paper terrain spline components don’t generate any collision at all right now. You could use a generic USplineComponent as a path for a sprite or something else (e.g., making a complex path for a moving platform), and as long as you do MoveComponent with bSweep=true when positioning component to somewhere along spline, it would sweep and stop if there were collisions along way.

Cheers,