Navigation
API > API/Runtime > API/Runtime/PacketHandler > API/Runtime/PacketHandler/HandlerComponent
References
| Module | PacketHandler |
| Header | /Engine/Source/Runtime/PacketHandlers/PacketHandler/Public/PacketHandler.h |
| Include | #include "PacketHandler.h" |
virtual void OutgoingConnectionless
&40;
const TSharedPtr< const FInternetAddr > & Address,
FBitWriter & Packet,
FOutPacketTraits & Traits
&41;
Remarks
Handles any outgoing packets not associated with a UNetConnection
Parameters
| Name | Description |
|---|---|
| Address | The address the packet is being sent to |
| Packet | The packet to be handled |
| Traits | Traits for the packet, passed down through the packet pipeline (if applicable) |