FDelayedPacket

An artificially lagged packet

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h

Include

#include "Engine/NetConnection.h"

Syntax

struct FDelayedPacket

Remarks

An artificially lagged packet

Variables

Name Description

Public variable

TArray< uint8 >

 

Data

The packet data to send

Public variable

double

 

SendTime

The time at which to send the packet

Public variable

int32

 

SizeBits

The size of the packet in bits

Public variable

FOutPacketTrait...

 

Traits

The traits applied to the packet

Constructors

Name Description

Public function

FDelayedPacket

(
    uint8* InData,
    int32 InSizeBits,
    FOutPacketTraits& InTraits
)

Functions

Name Description

Public function Const

void

 

CountBytes

(
    FArchive& Ar
)

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