3rd person camera in a Controller blueprint

Hi!

I have a problem of setting up a 3rd person camera controlls (mouseX, mouseY) in Controller blueprint.
Thing is when i start the preview it starts in topdown view (as i intended it to do) and when i switch cam view to 3rd, camera switches but movment of the camera dosent activate.
Please aks me questions so i can post more info about what have i tried to make this work, because i have no idea what is the problem as everything should work.

You probably want to set the camera and the swing arm in the character / pawn, not in the player controller.

Camera an the swing arm is in the character / pawn, but the thing is that i want to make both top down view and 3rd person view.
i have 2 cameras, as one is used for topdown and is locked and the other camera should work like 3rd person view, but the mouse controlls dose not work in 3rd person view.