Choose your operating system:
Windows
macOS
Linux
| ISocketSubsystem::CreateSocket()
|
Module |
|
Header |
/Engine/Source/Runtime/Sockets/Public/SocketSubsystem.h |
Include |
#include "SocketSubsystem.h" |
Creates a socket using the given protocol name.
SocketType type of socket to create (DGram, Stream, etc)
the new socket or NULL if failed
Parameter |
Description |
---|---|
SocketDescription |
debug description |
ProtocolName |
the name of the internet protocol to use for this socket. None should be handled. |