On event double click not firing

I know that PreciseClick allowed to tunnel, that was the whole point when it was introduced - to able to fetch a button from inside a container. I used it around 4.14.
If it no longer works, that’s a bug. The correct behaviour is featured in one of the Epic’s tutorial after all.

could you show me how you did this please will be very grateful as i cant get it to work

Hello,
same issue here.
But found a simple workaroud.

added a border,after the slotbutton
moved icon into it.
and text after that

Capture.PNG

set border sizes to 64x64, and alpha at 0


and… that’s all

Perfect, thanks! (v 4.22)

Thanks a lot Berseeker ! It works perfectly.

Mine works fine like this, no need to change something else. Idk if its right way of doing it but right now no errors and works like it should. Cheers!

1 Like

This is one heck of a old thread but I just wanted to let people know that for whatever reason, the above fix works perfectly. set the “click count” if branch to > 0, basically if clickcount is higher than 0 then go check the conditions. for some reason it counts as doubleclick and you can use the items.

In the tutorial he uses > 1, but for wahtever reason, it does not trigger so use > 0. I was looking to use borders instead but it was a pain.

Greetings @Aerohead !

We see that this is is your first time posting in our forums! :medal_sports: We welcome you to the Unreal Engine Community with open virtual arms! Thank you so much for your contribution to this thread. It is members like you that keep our forums going strong! :muscle:t4: Happy Creating!

1 Like