Closing game - what callback is called on Android?

What callback is called when the game is closed on Android? ( swipe out from the screen, Close all - not background state )
I’ve tried everything from FCoreDelegates and nothing was called … I want to handle this state in GameMode. BeginDestroy works fine in Editor, but again, not on mobile. Please help, I’m lost