Hello,
When click a button in my widget, I’m checking which pawn is clicking through a delegate custom event. But the boolean I’m setting to true after the button is clicked, resets after to false again after the custom event has been called.
There is no reference to the boolean in the pawn where I trigger the custom event.
Any ideas why the boolean resets itself?
Thanks!