Navigation
Unreal Engine C++ API Reference > Runtime > Sockets > FSocket > FSocket
References
Module | Sockets |
Header | /Engine/Source/Runtime/Sockets/Public/Sockets.h |
Include | #include "Sockets.h" |
FSocket
(
ESocketType InSocketType,
const FString & InSocketDescription
)
Remarks
Specifies the type of socket being created
Parameters
Name | Description |
---|---|
InSocketType | The type of socket being created |
InSocketDescription | The debug description of the socket |