When entering UI only mode for dialogue, if I am moving when entering this mode, I will keep walking until I click my mouse. I have no control if this movement, it is just momentum.
I was wondering if there was a way to freezing the character movement when entering the dialogue, then unfreezing when leaving
Add a boolean to your input code where it makes your character move. Or save a variable for when you are holding down forward button and resume movement if youre still holding the button after dialogue.
If you are using the “Disable Movement” node you need to drag off of your character movement component and Set Movement Mode to re-enable it! Set it to walking and you should be good to go!