Make movement only to affect camera

I am using the 1st Person Shooter blueprint template. I have added a new camera component to the character blueprint. I now change viewports to this camera upon a key is presses.The movement affects the gun and the hands and the collider(its like moving the character from another camera). How can I make the control only to affect the camera and fly like the editor window?

A little more detail would help. What are you trying to achieve.

Do you want to rotate the camera seperate from player, have no player and just a camera.

Standard fps game. When user presses alt , freecam mode is enabled: you use a separate viewport and move the way you navigate on the level editor, without affecting the gun , the collider and the other camera that is used for 1st person

You could add a second camera. On alt pressed, stop in viewing nodes in you character with a bool or something similar.

Then you can use you mouse to control you second camera.

Depending on how you want it to return, you would run that of release.

What have you got so far.

*Zoom is a function that toggles ADS.
This is the viewport: Screenshot by Lightshot
This is function zoom: wAfxc74j posted by anonymous | blueprintUE | PasteBin For Unreal Engine 4
This is the whole event graph: u3HJEOZ1 posted by anonymous | blueprintUE | PasteBin For Unreal Engine 4
You can find the parts (its commented) - Freecam , Zoom , movement input , mouse input etc… One idea was to change target to apply movement but a camera component couldnt go there

help me pls :frowning: