How do I switch my first person player controller to mouse from a trigger box?

I’ve been trying to make these events pop up from a widget when you enter a trigger box. When you enter it the widget will pop up and ask you a question and you have two buttons to answer, but I’m unsure how to disable the first person player controller and enable my mouse only controller. But then disable the mouse then go back to player…

-Thank you

When you trigger the overlap event that creates the widget, get a player controller reference and then call the functions Set Input Mode Game only and Set input mode UI Only when destroying the widget.

Thank you!! Works great!!

Don’t forget to mark as best answer and solved :slight_smile: