How to show widget when I double click item?

Hello, guys.
In my puzzle game, I want show the widget when I double click Item that in my Inventory.
The item such as letter, clue and so on that can tell player some information.
Please help me, thanks you!!!

What is your item, 3D object with collider or a widget or a blueprint?

If the item has a collider then you can add event for OnClicked which will be called on Single Click from mouse on that item. So you’ll have to manage that according to your use.

In Collision preset for the item’s collider you will need to make Trace Response against visibility channel to block.

104903-collision.png

And in player controller you need to have mouse click enabled

104904-playercontrollermouse.png