UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::HAL::FOutputPipe Struct Reference

#include <PlatformProcess.h>

+ Inheritance diagram for UE::HAL::FOutputPipe:

Public Member Functions

 FOutputPipe (FNewPipe)
 
voidNativeHandle () const
 
bool Write (const FString &Message)
 
 operator FReadHandle () &
 
constexpr FPipe ()=default
 
 FPipe (const FPipe &)=delete
 
constexpr FPipe (std::nullptr_t)
 
 FPipe (FPipe &&Other)
 
 FPipe (TTuple< FReadHandle, FWriteHandle > Pipe)
 
 FPipe (bool bWritePipeLocal)
 
- Public Member Functions inherited from UE::HAL::FPipe
constexpr FPipe ()=default
 
 FPipe (const FPipe &)=delete
 
FPipeoperator= (const FPipe &)=delete
 
constexpr FPipe (std::nullptr_t)
 
 FPipe (FPipe &&Other)
 
 ~FPipe ()
 
FPipeoperator= (std::nullptr_t)
 
FPipeoperator= (FPipe &&Other)
 
bool operator== (std::nullptr_t) const
 
 operator bool () const
 

Additional Inherited Members

- Protected Member Functions inherited from UE::HAL::FPipe
 FPipe (TTuple< FReadHandle, FWriteHandle > Pipe)
 
 FPipe (bool bWritePipeLocal)
 
- Protected Attributes inherited from UE::HAL::FPipe
FReadHandle ReadHandle
 
FWriteHandle WriteHandle
 

Constructor & Destructor Documentation

◆ FOutputPipe()

UE::HAL::FOutputPipe::FOutputPipe ( FNewPipe  )
inline

Member Function Documentation

◆ FPipe() [1/6]

constexpr UE::HAL::FPipe::FPipe ( )
constexprdefault

◆ FPipe() [2/6]

UE::HAL::FPipe::FPipe ( bool  bWritePipeLocal)
inlineexplicit

◆ FPipe() [3/6]

UE::HAL::FPipe::FPipe ( const FPipe )
delete

◆ FPipe() [4/6]

UE::HAL::FPipe::FPipe ( FPipe &&  Other)
inline

◆ FPipe() [5/6]

constexpr UE::HAL::FPipe::FPipe ( std::nullptr_t  )
inlineconstexpr

◆ FPipe() [6/6]

UE::HAL::FPipe::FPipe ( TTuple< FReadHandle, FWriteHandle Pipe)
inline

◆ NativeHandle()

void * UE::HAL::FOutputPipe::NativeHandle ( ) const
inline

◆ operator FReadHandle()

UE::HAL::FOutputPipe::operator FReadHandle ( ) &
inline

◆ Write()

bool UE::HAL::FOutputPipe::Write ( const FString &  Message)
inline

The documentation for this struct was generated from the following file: