Navigation
API > API/Runtime > API/Runtime/Core
| Name | FPipe |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/PlatformProcess.h |
| Include Path | #include "HAL/PlatformProcess.h" |
Syntax
struct FPipe
Derived Classes
Constructors
| 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 |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FPipe() |
HAL/PlatformProcess.h |
Functions
Public
Protected
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
HAL/PlatformProcess.h | ||
| HAL/PlatformProcess.h | |||
| HAL/PlatformProcess.h | |||
| HAL/PlatformProcess.h | |||
bool operator==
(
std::nullptr_t |
HAL/PlatformProcess.h |