FPipeHandle

Wrapper around Unix file descriptors

Windows
MacOS
Linux

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

Name Description

Protected variable

int

 

PipeDesc

Constructors

Name Description

Public function

FPipeHandle

(
    int Fd
)

Destructors

Name Description

Public function

~FPipeHandle()

Functions

Name Description

Public function Const

int

 

GetHandle()

Returns raw file handle.

Public function

FString

 

Read()

Reads until EOF.

Public function

bool

 

ReadToArray

(
    TArray< uint8 >& Output
)

Reads until EOF.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss