Navigation
API > API/Runtime > API/Runtime/NetCore
Struct containing the per-second packet counters
| Name | FDDoSPacketCounters |
| Type | struct |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Misc/DDoSDetection.h |
| Include Path | #include "Net/Core/Misc/DDoSDetection.h" |
Syntax
struct FDDoSPacketCounters
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDDoSPacketCounters() |
Net/Core/Misc/DDoSDetection.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BadPacketCounter | int32 | Counter for bad non-NetConnection packets received, since the last per second quota period began | Net/Core/Misc/DDoSDetection.h | |
| DisconnPacketCounter | int32 | Counter for recently-disconnected NetConnection packets received, since the last per second quota period beegan | Net/Core/Misc/DDoSDetection.h | |
| DroppedPacketCounter | int32 | Counter for the number of packets (of any type) dropped, since the last per second quota period began | Net/Core/Misc/DDoSDetection.h | |
| ErrorPacketCounter | int32 | Counter for non-DDoS packet errors received | Net/Core/Misc/DDoSDetection.h | |
| NetConnPacketCounter | int32 | Counter for NetConnection packets received, since the last per second quota period began | Net/Core/Misc/DDoSDetection.h | |
| NonConnPacketCounter | int32 | Counter for non-NetConnection packets received, since the last per second quota period began | Net/Core/Misc/DDoSDetection.h | |
| WorstFrameReceiveTimeMS | int32 | The worst per-frame packet receive time in milliseconds, over the ~1 second this packet counter history represents | Net/Core/Misc/DDoSDetection.h |