How to let player reload while walking

I making android game and whenever i walk and press btn for reload its just show pressed btn visually but doesnt actually call the function, but when i standing its calls it.

Hey there @Player_003! Is your button receiving the tap or is it just receiving it as a hover/hold? Try and print the button every time it clicks, and try it when moving. If the button doesn’t click while moving (and it’s a UMG button), go into it’s widget settings and untick “Is Focusable”.

Let me know how it goes!

1 Like

Its on click event.
I unticked “Is Focusable” and its fixed now.

Tnx

1 Like