Navigation
API > API/Plugins > API/Plugins/WebSocketNetworking > API/Plugins/WebSocketNetworking/UWebSocketNetDriver
- UNetDriver::LowLevelSend()
- UWebSocketNetDriver::LowLevelSend()
References
| Module | WebSocketNetworking |
| Header | /Engine/Plugins/Experimental/WebSocketNetworking/Source/WebSocketNetworking/Public/WebSocketNetDriver.h |
| Include | #include "WebSocketNetDriver.h" |
| Source | /Engine/Plugins/Experimental/WebSocketNetworking/Source/WebSocketNetworking/Private/WebSocketNetDriver.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 |