How to make a drop action menu when you looking at objects? Like: 1 grab 2 store 3 hold

Like this. Im new and i have no clue how to do that

Hey @Paqi0 , welcome to the forum!

The difficult part is detecting if the player is looking at the object or not.

I would add a trigger sphere on these interactible actors to only check for actors on screen that are interactable.

I actually have Blueprint code that I’ve been using for a while now to detect actors on screen. You can find it here:

For the Widget, create a vertical box and add your dropdown options there.

image

image

Thank you so much