FPlatformMisc::Exec Parameters

#include “GenericPlatform/GenericPlatformProcess.h”

Try use FPlatformProcess::ExecProcess

If any problem let me know. My discord Andrew Bindraw #9014

Hi, I am trying to send a command thru a command line using the FPlatformMisc::Exec command.
However, the wiki speaks of some kind of FOutputDevice parameter which I have no idea what to pass to it.

Here is the link to the docs.

the system(cmd) command works, but shows the console window, which is not desirable in my case. Any help is appreciated. Thank you a lot

Thank you, after a bit of struggle I got it working. :slight_smile:

1 Like