![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <WindowsPlatformProcess.h>
Public Member Functions | |
| CORE_API | ~FProcEnumInfo () |
| CORE_API uint32 | GetPID () const |
| CORE_API uint32 | GetParentPID () const |
| CORE_API FString | GetName () const |
| CORE_API FString | GetFullPath () const |
Friends | |
| FProcEnumInfo | FProcEnumerator::GetCurrent () const |
Process enumeration info structure.
| FWindowsPlatformProcess::FProcEnumInfo::~FProcEnumInfo | ( | ) |
| FString FWindowsPlatformProcess::FProcEnumInfo::GetFullPath | ( | ) | const |
| FString FWindowsPlatformProcess::FProcEnumInfo::GetName | ( | ) | const |
| uint32 FWindowsPlatformProcess::FProcEnumInfo::GetParentPID | ( | ) | const |
| uint32 FWindowsPlatformProcess::FProcEnumInfo::GetPID | ( | ) | const |
|
friend |