FSocket

Overload list

Windows
MacOS
Linux
Name Description

Public function

FSocket()

Default constructor.

Public function

FSocket

(
    ESocketType InSocketType,
    const FString& InSocketDescription
)

Please migrate to the constructor that specifies protocol stack

Public function

FSocket

(
    ESocketType InSocketType,
    const FString& InSocketDescription,
    ESocketProtocolFamily InSocketProto...
)

Please migrate to the constructor that takes an FName for the protocol stack

Public function

FSocket

(
    ESocketType InSocketType,
    const FString& InSocketDescription,
    const FName& InSocketProtocol
)

Specifies the type of socket being created

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