How would I go about pressing a button (For example: W) and having my stationary camera rotate upward. Like using ASDW to look around with the camera?

I have a stationary Camera that all i’m looking to have it do is look up, down, left, and right when the player presses down on the ASDW keys.

248805-axis-mappings.png

First, you have to add 2 axis mappings, as in the image.

Then, add this in your stationary camera pawn and set the sensitivity variable depending on how fast you want the camera to move.