How to disable Crawl / Crouch Functions?

Hi guys.
Could you give some tip for Disable Movement functions while Dialogue is opening?
I’ve tried three attempts.


I just Can’t Crouch every time


I just Can’t Crouch every time for this one too.


Also this one too.

In the widget BP, on construction, set input mode to UI only. You could also try disable movement but I’m not sure crouch functionality is linked to that. You could also use a key down override with a null result in the widget BP

1 Like

Thanks for reply!
I got this Dialogue asset from marketplace.
umm… I don’t know what you mean about
what exact node you mean?

and disable movement is not relative with Crouch.
It’s a different movement Component.

Could you explain me more details about key down override with a null result on Widget BP?

+And is it hard to put node between ‘Ctrl Key’ node and ‘Crouch’ node like my pictures?
I don’t want to messing up the Widget Bp tho. :thinking:

On construct: get player controller: set input mode UI only.

For the override method…in the widgets BP in the functions tab…there’s is a small drop down box next to “functions” that says override, you’d want to use the on key down override and set Ctrl to a null return. Not 100% sure this method would work but worth a try. Best bet is the set input mode node