Engine.ShutdownServer
Function
function Engine.ShutdownServer();Description
This function will cause the server to close when it is safe.
Example
// Close the server.
//
Engine.ShutdownServer();Notes
- This will cause everyone to be disconnected from the game.