FPacketLossData¶
#include <PacketLossData.h>
Public Functions¶
Name | |
---|---|
TBL_API | FPacketLossData() |
Public Attributes¶
Name | |
---|---|
int32 | NetInOutOfOrderPackets |
int32 | NetInPackets |
int32 | NetInPacketsLost |
int32 | NetOutOutOfOrderPackets |
int32 | NetOutPackets |
int32 | NetOutPacketsLost |
Updated on 2025-01-21 at 09:02:25 +0100