Navigation
API > API/Plugins > API/Plugins/SteamSockets > API/Plugins/SteamSockets/FSteamSocketsSubsystem
- ISocketSubsystem::CreateSocket()
- FSteamSocketsSubsystem::CreateSocket()
References
| Module | SteamSockets |
| Header | /Engine/Plugins/Runtime/Steam/SteamSockets/Source/SteamSockets/Public/SteamSocketsSubsystem.h |
| Include | #include "SteamSocketsSubsystem.h" |
| Source | /Engine/Plugins/Runtime/Steam/SteamSockets/Source/SteamSockets/Private/SteamSocketsSubsystem.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. |