FSocket::FSocket

Specifies the type of socket being created

Windows
MacOS
Linux

Deprecated

  • Please migrate to the constructor that specifies protocol stack

References

Module

Sockets

Header

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

Include

#include "Sockets.h"

Syntax

FSocket
(
    ESocketType InSocketType,
    const FString & InSocketDescription
)

Remarks

Specifies the type of socket being created

Parameters

Parameter

Description

InSocketType

The type of socket being created

InSocketDescription

The debug description of the socket

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