Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Sockets/Public/SocketSubsystem.h |
Include |
#include "SocketSubsystem.h" |
Creates a socket
SocketType type of socket to create (DGram, Stream, etc)
the new socket or NULL if failed
Parameter |
Description |
---|---|
SocketDescription |
debug description |
bForceUDP |
overrides any platform specific protocol with UDP instead |