Mouse Events Not working

For context, I am working on a widget blueprint that allows me to display data whenever I click on something. I need to use mouse events to trigger when the data is displayed. However, none of my mouse events in this widget blueprint are not working. Other blueprints using mouse events are working, it is just this one not working. The widget is spawned dynamically and when I use the tick event, it works. If you have any idea how to tackle this problem, it would be greatly appreciate if you can help me out.

Here are the solutions I already attempted:

  • Disabled consume input
  • Made widget focusable
  • Ensured the widget is successfully dynamically allocated
  • Debugged input with print statement
  • Disabling / deleting other mouse events in other blueprints
  • Verified input mode in player controller
  • Ensured axis events are not consumed by another input

Please let me know if you need more information as well. Thank you!