Can't find Binding Event node

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!

These nodes are binding to event dispatchers INSIDE of GameLevelGM
make sure that you create them first e.g.

76017-eventdispadtchers.png

Ahh, i have miss out that step.
Okay, i will work on GameLevelGM first. Thanks alot! ( :