How to turn off mouse input to stop first person camera from moving?

I’m trying to stop the player from looking around (camera stuck in place) under certain conditions, any advice on how to do this? Any help would be appreciated!

In your player controller add a simple branch where the mouse input implementation is. Then you can enable/disable the boolean whenever you need it.