Widget button only works once

That’s because you have to bind to the event every time you create a widget, because it’s going to be an entirely new object, and the binding to the widget you create on BeginPlay doesn’t do anything anymore.

2 Likes