FDDoSPacketCounters

Struct containing the per-second packet counters

Windows
MacOS
Linux

Inheritance Hierarchy

FDDoSPacketCounters

FDDoSDetection

References

Module

NetCore

Header

/Engine/Source/Runtime/Net/Core/Public/Net/Core/Misc/DDoSDetection.h

Include

#include "Net/Core/Misc/DDoSDetection.h"

Syntax

struct FDDoSPacketCounters

Remarks

Struct containing the per-second packet counters

Variables

Name Description

Public variable

int32

 

BadPacketCounter

Counter for bad non-NetConnection packets received, since the last per second quota period began

Public variable

int32

 

DisconnPacketCounter

Counter for recently-disconnected NetConnection packets received, since the last per second quota period beegan

Public variable

int32

 

DroppedPacketCounter

Counter for the number of packets (of any type) dropped, since the last per second quota period began

Public variable

int32

 

ErrorPacketCounter

Counter for non-DDoS packet errors received

Public variable

int32

 

NetConnPacketCounter

Counter for NetConnection packets received, since the last per second quota period began

Public variable

int32

 

NonConnPacketCounter

Counter for non-NetConnection packets received, since the last per second quota period began

Public variable

int32

 

WorstFrameReceiveTimeMS

The worst per-frame packet receive time in milliseconds, over the ~1 second this packet counter history represents

Constructors

Name Description

Public function

FDDoSPacketCounters()

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