Event dispatcher instantiations and (re)bindings

I used to store the score in the game mode, but then I read the unreal game framework documentation which stated the game state’s role is (among other things) to keep track of score: https://docs.unrealengine.com/latest/INT/Gameplay/Framework/GameState/. So I moved the score to the game state.