Navigation
API > API/Plugins > API/Plugins/OodleNetworkHandlerComponent > API/Plugins/OodleNetworkHandlerComponent/FPacketCaptureArchive
Capture file header
| Name | FCaptureHeader |
| Type | struct |
| Header File | /Engine/Plugins/Compression/OodleNetwork/Source/Public/OodleNetworkArchives.h |
| Include Path | #include "OodleNetworkArchives.h" |
Syntax
struct FCaptureHeader
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCaptureHeader() |
Base constructor | OodleNetworkArchives.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CaptureVersion | uint32 | Capture file format version | OodleNetworkArchives.h | |
| Magic | uint32 | Written header values Unique value indicating this file type | OodleNetworkArchives.h | |
| PacketCount | TRewritable< uint32 > | Total number of captured packets | OodleNetworkArchives.h | |
| PacketDataLength | TRewritable< uint32 > | Total length of all packet data | OodleNetworkArchives.h | |
| PacketDataOffset | TRewritable< uint32 > | Position in the archive, where the packet data starts | OodleNetworkArchives.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SerializeHeader
(
FPacketCaptureArchive& Ar |
Serialize the capture file header | OodleNetworkArchives.h |