Hi there, dear community members! I am making a Platformer game based on 2D-Sidescroller with Blueprints.
Right now, Camera is following 2D player everywhere on the level (default settings). I need it to stop when its field of view reaches “border” (dunno which element could be used for this) of the level, allowing Player to move inside of it’s current field of view. And then start moving again once Player reaches center of screen horizontally.
Could you point me to some kind of tutorial or solution for such issue?