Adding sfx when the cursor hovering on the menu

I’m currently using the stack o bot and try to add some sfx into it. Right now I’m stuck on the menu part since from the widget bp it looks like it only has the option to play sound after you click only. The event from the widget bp also only has the visibility option and no others. Is there way I can add sfx into this project when the cursor hovering the selections?

You can override the OnMouseEnter function and it will fire as soon as you hover the widget

I still can’t spawn the sound when I hover the widget, but it does spawn sound when I click around the menu area.