Android system alert/dialog?

Can I call an Android system alert/dialog from Blueprints in any way? I want to ask the player for confirmation before qutting the game after pressing the Android Back button, and the system alert seems the best way to do it.

Hello rimau,

There is actually an ‘Android Back’ gamepad event in Blueprints. You could create a custom UMG message or just a simple splash screen to pop up when the user presses or releases the button.

Hope this helped!

Cheers,

Ok, so custom solution is the way to go. Thx for the response.