Game Mode Events not executing on dedicated server

Game Mode events like OnPostLogin and OnLogout will not execute on my dedicated server but run fine on a listen server. What in the heck am I doing wrong?

Hmm, I also had similar Issues with “OnBeginPlay”-Events… I have the feeling that this is intentional but I don’t really understand what is happening, though… Any thoughts on that would be appreciated.

I did not have enough delay on the events, buy default delay is set to .2. I changed it to 2 and everything runs fine now