Camera drag with Touch jittering

Hi,
I am currently working on a top down city builder game for mobile and struggeling with the camera inputs.
I want my camera to be moved/pan by dragging the finger over the screen.
Unfortunately I get some weird jittering when moving, especially when the finger movement is quite small.
As I am pretty new to blueprints I am not sure if I did something wrong setting this up in the first place (although I was not able to find some useful tutorials on setting up mobile camera controls correctly).
I have created a camera pawn. Inside this pawn I created a camera attached to a springarm attached to a static mesh (sphere). Inside the pawn I set up the camera movement.

Any help is much appreciated! :slight_smile: