C++ Quit Game

OP mentioned they found the solution using UKismetSystemLibrary::QuitGame() anyway.
All that does is PlayerController->ConsoleCommand(“quit”), which is all I’ve ever done :stuck_out_tongue:

2 Likes