Notificaton when player quits the game

Hi.
How I get a notification when the player quits the game closing the window of game? I tried the End Play and Destroyed events whitout success.

Thanks.

In the GameMode-Class, there’s an event called “OnLogout”, which fires when a player logs out.
Maybe that’s what you want?

Is it!! Yeah!
Thank you!!