the viewport has to be "scrolled" in gameplay. You can use the ScrollTo behavior - put it on your player - and the viewport will always follow your player.
you can also use a System event to Scroll To location... subsequently you can do that Every Tick to player.x, player.y and that would function the same as the ScrollTo behavior.
Thx, that was really helpful!