Navigation
API > API/Plugins > API/Plugins/SocketSubsystemEOS > API/Plugins/SocketSubsystemEOS/FSocketSubsystemEOS
- ISocketSubsystem::CreateSocket()
- FSocketSubsystemEOS::CreateSocket()
References
| Module | SocketSubsystemEOS |
| Header | /Engine/Plugins/Online/SocketSubsystemEOS/Source/SocketSubsystemEOS/Public/SocketSubsystemEOS.h |
| Include | #include "SocketSubsystemEOS.h" |
| Source | /Engine/Plugins/Online/SocketSubsystemEOS/Source/SocketSubsystemEOS/Private/SocketSubsystemEOS.cpp |
virtual FSocket &42; CreateSocket
&40;
const FName & SocketType,
const FString & SocketDescription,
const FName & ProtocolName
&41;
Remarks
Creates a socket using the given protocol name.
SocketType type of socket to create (DGram, Stream, etc) the new socket or NULL if failed
Parameters
| Name | Description |
|---|---|
| SocketDescription | debug description |
| ProtocolName | the name of the internet protocol to use for this socket. None should be handled. |