Navigation
API > API/Plugins > API/Plugins/AESGCMHandlerComponent > API/Plugins/AESGCMHandlerComponent/FAESGCMHandlerComponent
- HandlerComponent::Outgoing()
- FAESGCMHandlerComponent::Outgoing()
References
| Module | AESGCMHandlerComponent |
| Header | /Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMHandlerComponent.h |
| Include | #include "AESGCMHandlerComponent.h" |
| Source | /Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Private/AESGCMHandlerComponent.cpp |
virtual void Outgoing
&40;
FBitWriter & Packet,
FOutPacketTraits & Traits
&41;
Remarks
Handles any outgoing packets
Parameters
| Name | Description |
|---|---|
| Packet | The packet to be handled |
| Traits | Traits for the packet, passed down through the packet pipeline (likely from the NetConnection) |