How to disable left clic for a while

Hello everyone,
I’m trying to disable the left clic for a while (during a reload) but it still no work.

My project is based on the FPS content. Even if I disable the EnableClikEvent or other boolean of the mouse controller, there is no effect in-game : I can click during the reloading action… this is the part of my blueprint code :

Thanks a lot to help me !

It’s ok for my problem. For someone who have the same questioning : I just added a double-click detection to my code and eliminate those too faster.

So you have got “Is Reloading” Bool to yes for lets us say 2 seconds.

In your character, Put the bool after the Left Click and before the Action Scripting - Here is example, i just used jump instead

38815-capture.jpg