UE4.26.2 missing feature ``RUN DEDICATED SERVER``

How to enable Run Dedicated Server option in UE4.26.2 while Building from source? OR this feature is removed officially?
I recently build UE4.26.2 from source and created C++ project, I don’t see this feature in play menu.

In editor?
You’ll need to modify the Play In Editor Settings.

Outside of editor, you can add “-server” to the command line and it’ll start a dedicated server version of the project.

1 Like

Thank you )