Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FProcHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr FProcHandle () |
Unix/UnixPlatformProcess.h | ||
FProcHandle
(
FProcState* InHandle |
Unix/UnixPlatformProcess.h | ||
FProcHandle
(
pid_t InProcPid |
Unix/UnixPlatformProcess.h |
FProcHandle()
| Name | FProcHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformProcess.h |
| Include Path | #include "Unix/UnixPlatformProcess.h" |
constexpr FProcHandle()
FProcHandle(FProcState *)
| Name | FProcHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformProcess.h |
| Include Path | #include "Unix/UnixPlatformProcess.h" |
FProcHandle
(
FProcState * InHandle
)
FProcHandle(pid_t)
| Name | FProcHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformProcess.h |
| Include Path | #include "Unix/UnixPlatformProcess.h" |
FProcHandle
(
pid_t InProcPid
)