Toggle Freelook in first person

I’m trying to make it so that if you hold Alt your character can look around without moving their body, and then snap back to the forward position when it is released. How would you do this? I’m considering using two cameras and having it toggle between them, but I’d prefer a cleaner option.

You can do it with main camera.

Use a bool to stop movement and then put controls to Camera Manager and control rotation.

Can you please elaborate, I’ve not used the Camera Manager before.

Can do my best.

Replicate the control from normal viewing.

Put a bool between input and movement.

So if Left Click press = Bool “Look” = Yes
On Release = No

Not in the right head space, and can not say that I will will work, but hope someone fixes it up or give you a start.

Need to load UE4

OK, as I said, Head not working.

If you implement this, you will notice that you can not longer look if you hold right mouse.

It is just making camera move now.

I will see if I can do it, sorry I can not been more help straight away.