Which GameMode's method run and on which order in Multiplayer

Hi!

I’ve just started to learn multiplayer game with Unreal 4.27.2 and I wondering on which order do GameMode’s methods run in a MultiPlayer game.

I ask this because I see that there are a PreLogin, Login and PostLogin methods (I think this is the order on which they are run), but I don’t know if there are methods run before and after.

Thanks.