Navigation
Unreal Engine C++ API Reference > Runtime > Core > Unix > FProcHandle
Syntax
pid_t OpenedPid
Remarks
Pid of external process opened with OpenProcess() call. Added to FProcHandle so we don't have to special case FProcState with process we can only check for running state, and even then the PID could be reused so we don't ever want to terminate, etc.