Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FSocket > API/Runtime/Sockets/FSocket/__ctor
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/Sockets.h |
| Include | #include "Sockets.h" |
FSocket
&40;
ESocketType InSocketType,
const FString & InSocketDescription,
const FName & InSocketProtocol
&41;
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 |
| InSocketProtocol | the protocol stack this socket should be created on. |