FSocket::Shutdown

Shuts down the socket, making it unusable for reads and/or writes.

Windows
MacOS
Linux

References

Module

Sockets

Header

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

Include

#include "Sockets.h"

Syntax

bool Shutdown
(
    ESocketShutdownMode Mode
)

Remarks

Shuts down the socket, making it unusable for reads and/or writes. This does not close the socket!

Returns

true if successful, false otherwise.

Parameters

Parameter

Description

Types

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