Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformProcess
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsApplicationRunning
(
uint32 ProcessId |
Returns true if the specified application is running | GenericPlatform/GenericPlatformProcess.h | |
static bool IsApplicationRunning
(
const TCHAR* ProcName |
Returns true if the specified application is running | GenericPlatform/GenericPlatformProcess.h |
IsApplicationRunning(uint32)
Description
Returns true if the specified application is running
| Name | IsApplicationRunning |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProcess.h |
| Include Path | #include "GenericPlatform/GenericPlatformProcess.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformProcess.cpp |
static bool IsApplicationRunning
(
uint32 ProcessId
)
IsApplicationRunning(const TCHAR *)
Description
Returns true if the specified application is running
| Name | IsApplicationRunning |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProcess.h |
| Include Path | #include "GenericPlatform/GenericPlatformProcess.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformProcess.cpp |
static bool IsApplicationRunning
(
const TCHAR * ProcName
)