Navigation
API > API/Plugins > API/Plugins/SteamSockets > API/Plugins/SteamSockets/USteamSocketsNetConnection
- UNetConnection::LowLevelSend()
- USteamSocketsNetConnection::LowLevelSend()
References
| Module | SteamSockets |
| Header | /Engine/Plugins/Runtime/Steam/SteamSockets/Source/SteamSockets/Public/SteamSocketsNetConnection.h |
| Include | #include "SteamSocketsNetConnection.h" |
| Source | /Engine/Plugins/Runtime/Steam/SteamSockets/Source/SteamSockets/Private/SteamSocketsNetConnection.cpp |
virtual void LowLevelSend
&40;
void &42; Data,
int32 CountBits,
FOutPacketTraits & Traits
&41;
Remarks
Sends a byte stream to the remote endpoint using the underlying socket
Parameters
| Name | Description |
|---|---|
| Data | The byte stream to send |
| CountBits | The length of the stream to send, in bits (to support bit-level additions to packets, from PacketHandler's) |
| Traits | Special traits for the packet, passed down from the NetConnection through the PacketHandler |