ESocketProtocolFamily

Indicates the socket protocol of socket being used, typically for BSD Sockets

Windows
MacOS
Linux

References

Module

Sockets

Header

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

Include

#include "SocketTypes.h"

Syntax

enum ESocketProtocolFamily
{
    None,
    IPv4,
    IPv6,
}

Values

Name

Description

None

No protocol family specification. Typically defined as AF_UNSPEC

IPv4

IPv4 and IPv6 respectively.

IPv6

Remarks

Indicates the socket protocol of socket being used, typically for BSD Sockets

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