8#if PLATFORM_SUPPORTS_NAMED_PIPES
32 virtual const FString&
GetName()
const
38 virtual bool Destroy() {
return false; }
41 virtual bool OpenConnection() {
return false; }
53 virtual bool WriteBytes(
int32 NumBytes,
const void* Data) {
return false; }
62 virtual bool ReadBytes(
int32 NumBytes,
void* OutData) {
return false; }
71 virtual bool IsCreated()
const {
return false; }
74 virtual bool HasFailed()
const {
return true; }
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
void WriteBytes(FNetBitStreamWriter *Writer, const uint8 *Src, uint32 BytesToWrite)
Definition NetBitStreamUtil.cpp:952
void ReadBytes(FNetBitStreamReader *Reader, uint8 *Destination, uint32 BytesToRead)
Definition NetBitStreamUtil.cpp:923