Why wont the button work!?

so i have a widget, and a fuction the button does not do anything when i click it what did i do wroung? :

The button works fine.

The implementation that you’re trying to trigger from the button click does not. If you show what you’re trying to accomplish with that click, more help may be available.

does the button animate up and down as if its being clicked?

if it is

  • try setting a break point in the first node you call from the event you screenshotted, see if it gets triggered when you click

if it isnt

  • you may have another umg widget over top of your button, and it could be consuming be blocking your click event

I am going to try deleting the button then adding a new one

sorry about that other comment… I was to proud of my code and forgot simple things… like to turn on a Boolean! that needed to be on and to change two other things really sorry dude! can you forgive me for being a brat?