Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/UIpNetDriver
- UNetDriver::LowLevelSend()
- UIpNetDriver::LowLevelSend()
- UOculusNetDriver::LowLevelSend()
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/IpNetDriver.h |
| Include | #include "IpNetDriver.h" |
| Source | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/IpNetDriver.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 |