Hey,
i found a little bug on blueprint side of your system, here happen you can’t bind Left Mouse Button because if you click on button it capture the event as a click because the button is still active on rebind, i solved it with a little trick:
- Disable the button after the OnClicked event in the VictoryElement
[spoiler]
[/spoiler]
- In the widget where you use the VictoryElement re-enable the button into the OnMouseButtonDown and OnKeyDown functions
[spoiler]
[/spoiler]
I hope it help for who have the same issue
