Prevent players to start server, question to the epic devs

Basically I want to disable ability of users to start their own server, based on the client logic.
As far as I understand, I just need to disable command line args, but, it’s easy to hex binaries and inject their’s code.
Maybe is there any trivial way to achieve it?

Hi Jesse,

Look at this post below. It explains how to separate server and client code.

In addition, console is not available in shipping build.

Hope it helps!