Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Unix > API/Runtime/Core/Unix/FUnixPlatformProcess
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformProcess.h |
| Include | #include "Unix/UnixPlatformProcess.h" |
Syntax
struct FProcEnumInfo
Remarks
Process enumeration info structure.
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| friend | |||
| FString | GetFullPath () |
Gets process full image path. I.e. full path of the exec file. | |
| FString | GetName () |
Gets process name. I.e. exec name. | |
| uint32 | GetParentPID () |
Gets parent process PID. | |
| uint32 | GetPID () |
Gets process PID. |