Supress Unreal Engine From Opening Window

Hi,

I am using UE4 as the basis for a plasma simulator. For this end, I wish to be able to run the packaged software purely from the command line. Is there a method I can use to suppress the opening of the default game window?

Thanks

I’m not aware of that being possible, but it defintely seems overkill to run the whole rendering stack, as well as all Core systems, just for a command-line app. It will be an extremely unoptimized and expensive simulation software. Are you sure you need UE for the task? Might be easier with pure C++, or some other languages even.