Can't Call Widget Hover Action from UI

Hi All,

I’ve been working through building an inventory system and I’m trying to create my own tooltip within my UI - the trouble i’m having currently is that I want my tooltip to be visible when i’m hovering over my InventorySlot widget, so I have my OnHover event for the InventorySlot button to trigger a custom event within my Inventory UI screen, but when I hover over it in-game nothing happens.

I’ve tried searching the forum/following youtube tutorials, but none of their solutions seem to be doing the trick.


I get these errors when I hover over my widget in game, but I’m confused because I’m calling my InventoryUI as a target to my function so not sure why it’s returning “none”

Any help here would be super appreciated!

If I default it to visible it’s not displaying the Item Info either for some reason