I have a level where the player can switch between 3rd person and 1st person views. When the player enters a trigger box, I want the character to be unable to move because a menu comes up with a cursor. I’ve tried adding stop movement in the Trigger Box BP, but it doesnt work, any help would be great, thanks.
- switch to UI mode only; when the menu closes, switch back to whichever mode you had used
- or block the movement with a bool
- or disable input for Pawn / Controller
There’s probably more ways.
thanks for quick reply. I will try these solutions.