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