Is there any event for detecting new player enters the server?

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?

Do you mean EventOnPostLogin in GameMode? That get’s executed when a new PlayerController is added in/joined this session.

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?

@L1z4rD89 thank you.
i used EventOnPostLogin and counted all users.

in GameMode: