Bind Event To UpdateScoreDisplay

Hello,

I am currently working through the blueprints from the Unreal Match3Game currently. I am working through the Unreal Match3Game by creating it from the beginning on my own.

The problem i’m facing now is that when i’m linking up the blueprints for the ScoreBoardWB widget blueprint on my own. I can’t find the “Bind Event to UpdateScoreDisplay” and the other two node “Bind Event to GameStarted”, “Bind Event to UpdateTimeDisplay”.

It would be really great if someone can help me out this issue.

Thanks!

They are event dispatchers, you need to find the actual event for that. The above link has a good video tutorial by DevilsD you can follow to get a better understanding of them