Navigation
API > API/Plugins > API/Plugins/SteamSockets > API/Plugins/SteamSockets/USteamSocketsNetDriver
- UNetDriver::LowLevelSend()
- USteamSocketsNetDriver::LowLevelSend()
References
| Module | SteamSockets |
| Header | /Engine/Plugins/Runtime/Steam/SteamSockets/Source/SteamSockets/Public/SteamSocketsNetDriver.h |
| Include | #include "SteamSocketsNetDriver.h" |
| Source | /Engine/Plugins/Runtime/Steam/SteamSockets/Source/SteamSockets/Private/SteamSocketsNetDriver.cpp |
virtual void LowLevelSend
&40;
TSharedPtr< const FInternetAddr > Address,
void &42; Data,
int32 CountBits,
FOutPacketTraits & Traits
&41;
Remarks
Sends a 'connectionless' (not associated with a UNetConection) packet, to the specified address. NOTE: Address is an abstract format defined by subclasses. Anything calling this, must use an address supplied by the net driver.
Parameters
| Name | Description |
|---|---|
| Address | The address the packet should be sent to (format is abstract, determined by net driver subclasses) |
| Data | The packet data |
| CountBits | The size of the packet data, in bits |
| Traits | Traits for the packet, if applicable |