How to exit Android game

I tried the “exit” console command in blueprint it worked in the editor but it didn’t work on the android app any ideas?

Hi,
have you tryed the simple node “quit game” ?

Most newer games don’t have a quit button. Just exit the game by swiping

Like Domacin012 said, it’s not typical anymore. Android documentation and iOS as I understand it says it’s frowned upon to have the app exit – with some going as far as claiming it to be lazy coding to do so. That being said you CAN still do it by checking the “ignore platform restrictions” box.

Capture.PNG

image_193063.jpg I created a widget with a button that executes the quit. Only that works for me.