Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FUnixPlatformProcess
Process enumeration info structure.
| Name | FProcEnumInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformProcess.h |
| Include Path | #include "Unix/UnixPlatformProcess.h" |
Syntax
struct FProcEnumInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FProcEnumInfo
(
uint32 InPID |
Private constructor. | Unix/UnixPlatformProcess.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PID | uint32 | Current process PID. | Unix/UnixPlatformProcess.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
friend FUnixPlatformProcess::FProcEnumerator::FProcEnumerator() |
Unix/UnixPlatformProcess.h | ||
FString GetFullPath() |
Gets process full image path. I.e. full path of the exec file. | Unix/UnixPlatformProcess.h | |
FString GetName() |
Gets process name. I.e. exec name. | Unix/UnixPlatformProcess.h | |
uint32 GetParentPID() |
Gets parent process PID. | Unix/UnixPlatformProcess.h | |
uint32 GetPID() |
Gets process PID. | Unix/UnixPlatformProcess.h |