OnMouseButtonDoubleClick function doesn't fire

Nothing to hotfix, you’re not using it right:

Hi guys!
Left Mouse Button doesn’t fire OnMouseButtonDoubleClick function.
Any plans for Hotfix for that?
Thanks

Well, thanks for your answer. I did try your solution but it is still not working for my. If it’s working for you then problem must by somewhere else I suppose.

I just find out it does fire if it’s a border what you are trying to click on, but it wont fire if it’s a button.

Show us your implementation method and widget hierarchy. Are you trying to double click a button widget by any chance?

Just saw you comment regarding a button. Buttons are not supposed to be double-clickable. This is a very old feature and is working as intended.

See this thread and, most importantly, this post by Nick.

The bottom line is that it used to be possible to double-click a button with PreciseClick but it no longer functions as of 4.17.

Great! I had a look on that thread and used border instead button as you recommended. Also Nick’s post made it clearer for me too.
Thank you for your answer and your time Everynone!

Regards W.