is there any event for detecting new player enters the server?
i have dedicated server.
and my players need to know new player entering their server.
is there any event or something by blueprint?
3 Likes
Do you mean EventOnPostLogin in GameMode? That get’s executed when a new PlayerController is added in/joined this session.
2 Likes
i need to know if new player joins the my session then i need to multicast event. so EventOnPostLogin count every new player right? on client side right?
how print total players count on using this event?
1 Like