2D Game questions

So I’m wanting to dive into attempting some 2D game making for my first project. I downloaded the Ninja Swing under the LEARN tab of the Epic Launcher.

A few questions I had was.

1.) What’s the easiest way to set borders so my character can’t go off screen? I notice in some games once you reach the edge of the screen you just stop and can’t see any further. I notice when I tried that with the default 2D template in UE4 I had a lot of excess black on either side of my screen, as my level stopped there.

Either add a blocking volume or a sprite that blocks the player + just let the background go over that “border” :slight_smile: