Action Menu

how can i create a selection menu like in Arma,

i planned to pop up a box when i am near from useable objects that i made and press a key and then i wanted to make it in the way that the user can scroll down the actions for example im in front of a wardrobe and press E and then the text pops up and in the box stands something like open “door right” or “open door left” or “open drawer XY”. but i cant find nothing about such a system in UE4

You’ll need to learn about widgets in order to do this. You can spawn a widget when pressing E, and then setup all of the events for when users click buttons, etc.