User Widget button is not working once created

I am populating a Grid in my user Widget, it gets the data from a strut and savegame this part is working fine, it is a basic card style widget. the widget is rendering fine but I can not get the buttons to fire.
I have a basic Widget -


the grid -

Here is my function which populates the card -

Any help would be really appreciated.

i can’t read the bp code. the resolution is too low.

maybe there’s something invisible on top of the button and that’s why it’s not working.

2 Likes
  • does it fire when you add the card to the viewport as a stand-alone widget rather than a part of the grid?
  • how are you testing it?
  • are there any widget components involved?
2 Likes

You are a life saver, it turns out the text of the button was actually over the button and For some reason that was effecting the click.

1 Like