Navigation
API > API/Runtime > API/Runtime/Core
Wrapper around Unix file descriptors
| Name | FPipeHandle |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformProcess.h |
| Include Path | #include "Unix/UnixPlatformProcess.h" |
Syntax
struct FPipeHandle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPipeHandle
(
int Fd, |
Unix/UnixPlatformProcess.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FPipeHandle() |
Unix/UnixPlatformProcess.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int GetHandle() |
Returns raw file handle. | Unix/UnixPlatformProcess.h | |
int GetPairHandle() |
Returns the raw file handle of the other endpoint of PipeDesc | Unix/UnixPlatformProcess.h | |
FString Read() |
Reads until EOF. | Unix/UnixPlatformProcess.h | |
bool ReadToArray
(
TArray< uint8 >& Output |
Reads until EOF. | Unix/UnixPlatformProcess.h |