UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FQueuedDemoPacket Struct Reference

#include <ReplayTypes.h>

Public Member Functions

 FQueuedDemoPacket (uint8 *InData, int32 InSizeBytes, int32 InSizeBits)
 
 FQueuedDemoPacket (uint8 *InData, int32 InSizeBits, FOutPacketTraits &InTraits)
 
void CountBytes (FArchive &Ar) const
 

Public Attributes

TArray< uint8Data
 
int32 SizeBits
 
FOutPacketTraits Traits
 
uint32 SeenLevelIndex
 

Constructor & Destructor Documentation

◆ FQueuedDemoPacket() [1/2]

FQueuedDemoPacket::FQueuedDemoPacket ( uint8 InData,
int32  InSizeBytes,
int32  InSizeBits 
)
inline

◆ FQueuedDemoPacket() [2/2]

FQueuedDemoPacket::FQueuedDemoPacket ( uint8 InData,
int32  InSizeBits,
FOutPacketTraits InTraits 
)
inline

Member Function Documentation

◆ CountBytes()

void FQueuedDemoPacket::CountBytes ( FArchive Ar) const
inline

Member Data Documentation

◆ Data

TArray<uint8> FQueuedDemoPacket::Data

The packet data to send

◆ SeenLevelIndex

uint32 FQueuedDemoPacket::SeenLevelIndex

Index of the level this packet is associated with. 0 indicates no association.

◆ SizeBits

int32 FQueuedDemoPacket::SizeBits

The size of the packet in bits

◆ Traits

FOutPacketTraits FQueuedDemoPacket::Traits

The traits applied to the packet, if applicable


The documentation for this struct was generated from the following file: