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
(
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 |