FSocket::SetRecvErr

Enables error queue support for the socket.

Windows
MacOS
Linux

References

Module

Sockets

Header

/Engine/Source/Runtime/Sockets/Public/Sockets.h

Include

#include "Sockets.h"

Syntax

bool SetRecvErr
(
    bool bUseErrorQueue
)

Remarks

Enables error queue support for the socket.

Returns

true if the call succeeded, false otherwise.

Parameters

Parameter

Description

bUseErrorQueue

Whether to enable error queuing or not.

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