Is it possible to know when this process is done running?
FPlatformProcess::CreateProc
Thanks
Is it possible to know when this process is done running?
FPlatformProcess::CreateProc
Thanks
You did search more? those 2 should help:
Create FProcHandle use it in CreateProc and keep it for farther use
WaitForProc will probably freeze UE4 if you use it on main thread, so watch out, try doing it on different thread.