Navigation
API > API/Runtime > API/Runtime/Core
| Name | FOutputPipe |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/PlatformProcess.h |
| Include Path | #include "HAL/PlatformProcess.h" |
Syntax
struct FOutputPipe : public UE::HAL::FPipe
Inheritance Hierarchy
- FPipe → FOutputPipe
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOutputPipe
(
FNewPipe |
HAL/PlatformProcess.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr FPipe () |
HAL/PlatformProcess.h | ||
| HAL/PlatformProcess.h | |||
constexpr FPipe
(
std::nullptr_t |
HAL/PlatformProcess.h | ||
| HAL/PlatformProcess.h | |||
FPipe
(
TTuple< FReadHandle, FWriteHandle > Pipe |
HAL/PlatformProcess.h | ||
FPipe
(
bool bWritePipeLocal |
HAL/PlatformProcess.h | ||
void * NativeHandle() |
HAL/PlatformProcess.h | ||
bool Write
(
const FString& Message |
HAL/PlatformProcess.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator FReadHandle() |
HAL/PlatformProcess.h |