FCaptureHeader

Capture file header

Windows
MacOS
Linux

References

Module

OodleNetworkHandlerComponent

Header

/Engine/Plugins/Compression/OodleNetwork/Source/Public/OodleNetworkArchives.h

Include

#include "OodleNetworkArchives.h"

Syntax

struct FCaptureHeader

Remarks

Capture file header

Variables

Name Description

Public variable

uint32

 

CaptureVersion

Capture file format version

Public variable

uint32

 

Magic

Written header values Unique value indicating this file type

Public variable

TRewritable< ui...

 

PacketCount

Total number of captured packets

Public variable

TRewritable< ui...

 

PacketDataLength

Total length of all packet data

Public variable

TRewritable< ui...

 

PacketDataOffset

Position in the archive, where the packet data starts

Constructors

Name Description

Public function

FCaptureHeader()

Base constructor

Functions

Name Description

Public function

void

 

SerializeHeader

(
    FPacketCaptureArchive& Ar
)

Serialize the capture file header

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss