![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <UnixPlatformProcess.h>
Public Member Functions | |
| FPipeHandle (int Fd, int PairFd) | |
| CORE_API | ~FPipeHandle () |
| FString | Read () |
| bool | ReadToArray (TArray< uint8 > &Output) |
| int | GetHandle () const |
| int | GetPairHandle () const |
Protected Attributes | |
| int | PipeDesc |
| int | PairDesc |
Wrapper around Unix file descriptors
|
inline |
| FPipeHandle::~FPipeHandle | ( | ) |
|
inline |
Returns raw file handle.
|
inline |
Returns the raw file handle of the other endpoint of PipeDesc
| FString FPipeHandle::Read | ( | ) |
Reads until EOF.
|
protected |
|
protected |