Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Unix
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformProcess.h |
| Include | #include "Unix/UnixPlatformProcess.h" |
Syntax
struct FPipeHandle
Remarks
Wrapper around Unix file descriptors
Variables
| Type | Name | Description | |
|---|---|---|---|
| int | PairDesc | ||
| int | PipeDesc |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPipeHandle
(
int Fd, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FPipeHandle () |