Navigation
Unreal Engine C++ API Reference > 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 () |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
int | GetHandle () |
Returns raw file handle. |
![]() ![]() |
int | Returns the raw file handle of the other endpoint of PipeDesc | |
![]() |
FString | Read () |
Reads until EOF. |
![]() |
bool | ReadToArray
(
TArray< uint8 >& Output |
Reads until EOF. |