![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DDoSDetection.h>
Inheritance diagram for FDDoSPacketCounters:Public Member Functions | |
| FDDoSPacketCounters () | |
Struct containing the per-second packet counters
|
inline |
| int32 FDDoSPacketCounters::BadPacketCounter |
Counter for bad non-NetConnection packets received, since the last per second quota period began
| int32 FDDoSPacketCounters::DisconnPacketCounter |
Counter for recently-disconnected NetConnection packets received, since the last per second quota period beegan
| int32 FDDoSPacketCounters::DroppedPacketCounter |
Counter for the number of packets (of any type) dropped, since the last per second quota period began
| int32 FDDoSPacketCounters::ErrorPacketCounter |
Counter for non-DDoS packet errors received
| int32 FDDoSPacketCounters::NetConnPacketCounter |
Counter for NetConnection packets received, since the last per second quota period began
| int32 FDDoSPacketCounters::NonConnPacketCounter |
Counter for non-NetConnection packets received, since the last per second quota period began
| int32 FDDoSPacketCounters::WorstFrameReceiveTimeMS |
The worst per-frame packet receive time in milliseconds, over the ~1 second this packet counter history represents