Is there a way to run a dedicated server with Steam without packaging?

Hey guys, I have to get our dedicated server setup with Steam and everything and the only way that I can get it to work with Steam is to package the dedicated server and then insert the steam_appid.txt into the win64 folder. Is there a way to run the dedicated server from the editor using a command like this and still be able to connect to Steam API?

<UE4Editor.exe> <uproject file path> -server -log

Id kinda rather not have to take a long time to package every time I need to make a change and test and make sure steam integration works on a dedicated server.

Thanks!

Docs explains:

In DefaultEngine.ini in config directory of your pject paste this and set the id:

[OnlineSubsystemSteam]
bEnabled=true
SteamDevAppId=480

Looking on the code this will write steam_appid.txt in right place. Note that editor running on same base code as packaged game, so behavior should be the same, just if you use UE4Editor.exe your project and enigne directory is game directory.

That is strange because I ran the command to start it just like I posted above and it seems like it does not generate the file and it still says Failed to Initialize Steam API on the dedicated server unless I package it and run it. And I do have the settings in my DefaultEngine.ini like that with my own app id
and bEnable = true under [OnlineSubsystemSteam]

Ok try setting SteamAppId too in ini, also you can try pasting txt file in to UE4 binery directory.