Can't Click On Button In My Widget

Hi im Following the Epic Game UMD Inventory Tuturial
The Problem is if i click or hover over my Inventory buttons nothing happens (i can pickup my items)

I haven’t followed that particular tutorial myself, but it sounds like you might have something over-top your buttons in Zorder. First thing I would do is check to make sure nothing is over them, and if it is try setting its visibility to ‘self hit test invisible’.

From the Docs on Z-order: “The order priority this widget is rendered in. Higher values are rendered last (and so they will appear to be on top).”

nope that does not work :frowning:

ups UMG*

HI!

If your Item Menu look like this:

79001-pick01.png

You need open GameHUD widget blueprint and bind ActivateInventory action

After that, you will have access to the buttons

79004-pick04.png

79007-pick05.png

If it is not. Check all once again. In this lesson there are no errors and maybe you missed something.

Thx That Works