FProcEnumInfo

Process enumeration info structure.

Windows
MacOS
Linux

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

Name Description

Public function

friend

 

FUnixPlatformProcess::FProcEnumerator::FProcEnumerator()

Public function Const

FString

 

GetFullPath()

Gets process full image path. I.e. full path of the exec file.

Public function Const

FString

 

GetName()

Gets process name. I.e. exec name.

Public function Const

uint32

 

GetParentPID()

Gets parent process PID.

Public function Const

uint32

 

GetPID()

Gets process PID.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss