Hi
I want my camera to move up and down with scroll up and down, move forward/back/sides with WASD and by edge scrolling and I want to look around like and FPS while holding middle mouse.
As of now I can move it up and down and look around. But my WASD and edge scrolling movement was not moving the camera in relation to camera facing.
Right now I’m trying a setup like this in my controller:
And it’s not working. This is acording to a tutorial, but they have a character instead of pawn. The Add Movement Input says basic pawns wont automatically accept movement. So I tried this on the camera pawn:
But still dosen’t work. Any advice on how to fix this?
Best regards