FGenericPlatformProcess::GetApplicationName

Returns the Name of process given by the PID. Returns Empty string "" if PID not found.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProcess.h

Include

#include "GenericPlatform/GenericPlatformProcess.h"

Source

/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformProcess.cpp

Syntax

static FString GetApplicationName
(
    uint32 ProcessId
)

Remarks

Returns the Name of process given by the PID. Returns Empty string "" if PID not found.

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