UI Is not detecting my mouse but is building like normal.

I cant seem to get a response from the UI, for starters ive got it set up to accept my input with the image. The issue is that for some reason im not understanding why is that the ui is not detecting my mouse at all. this is preventing me from getting pings from print string so i can trouble shoot.


This is created within the widget itself, I then testing to see if creating this widget within the character BP and level BP would fix this issue, however with no results.
Any help would be great.

I have another image of what im using within the character BP itsself. Which is here


Im unsure if im doing something really dumb or this is more complicated then i can understand.

did you override OnMouseButtonDown?

I figured it out about 10 mins after i posted this, i had messed up the Z order of the ui and it was set to 0 when i was trying to do something but then when i swapped it with z order like 10 it worked right away.