Add in to command line that starts the editor?
how add -game inside editor? Because game launched in editor won’t activate steam and i won’t package game every time to test steam things. Tryed ask in Steamworks - Failing to Find DLLs - Platform & Builds - Epic Developer Community Forums, but didn’t got answer.
as i told, if i add it to UE4Editor.exe then game run immediately instead of editor
my goal is to add it somewhere and when i press “Play” in editor, game would run with “-game” and allow use steam
The way the Engine is currently coded is that it check whether you are running the editor and disables Steam if you are. You can choose a standalone build in the list of play options from the editor, or simply add the -game tag when testing Steam/Subsystem things.
Ty Dune, seems standalone allow use steam.
The way the Engine is currently coded is that it check whether you are running the editor and disables Steam if you are. You can choose a standalone build in the list of play options from the editor, or simply add the -game tag when testing Steam/Subsystem things.