FQueuedDemoPacket

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/DemoNetConnection.h

Include

#include "Engine/DemoNetConnection.h"

Syntax

struct FQueuedDemoPacket

Variables

Name Description

Public variable

TArray< uint8 >

 

Data

The packet data to send

Public variable

uint32

 

SeenLevelIndex

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

Public variable

int32

 

SizeBits

The size of the packet in bits

Public variable

FOutPacketTrait...

 

Traits

The traits applied to the packet, if applicable

Constructors

Name Description

Public function

FQueuedDemoPacket

(
    uint8* InData,
    int32 InSizeBytes,
    int32 InSizeBits
)

Public function

FQueuedDemoPacket

(
    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