Navigation
API > API/Plugins > API/Plugins/OodleNetworkHandlerComponent > API/Plugins/OodleNetworkHandlerComponent/FPacketCaptureArchive
Description
Serialize an individual packet to/from the archive. It is possible for there to be an incomplete packet stored - in which case, attempting to read will set the archives error mode
| Name | SerializePacket |
| Type | function |
| Header File | /Engine/Plugins/Compression/OodleNetwork/Source/Public/OodleNetworkArchives.h |
| Include Path | #include "OodleNetworkArchives.h" |
| Source | /Engine/Plugins/Compression/OodleNetwork/Source/Private/OodleNetworkArchives.cpp |
void SerializePacket
(
void * PacketData,
uint32 & PacketSize
)
Parameters
| Name | Remarks |
|---|---|
| PacketData | The location of/for the packet data |
| PacketSize | For saving, the size of the packet, for loading, inputs the size of the buffer, and outputs the packet size |