Hello!
I´m creating an Event Dispatcher to notify all the elements of my game that the game started. However, I would like to know where is the best place for the Event Dipatcher.. inside the Player Controller or Game Mode?
Right know, each element binds itself to the Event (which is inside the Player Controller) on the Begin Play call. Is it correct?
Cheers,
Daniel
I´m creating an Event Dispatcher to notify all the elements of my game that the game started. However, I would like to know where is the best place for the Event Dipatcher.. inside the Player Controller or Game Mode?
Right know, each element binds itself to the Event (which is inside the Player Controller) on the Begin Play call. Is it correct?
Cheers,
Daniel
Comment