Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/NetAnalyticsTypes.h |
| Include | #include "Net/NetAnalyticsTypes.h" |
Syntax
struct FNetConnectionPacketAnalytics
Remarks
Struct wrapper Per Net Connection analytics for things like packet loss and jitter.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const double | GetBurstyPacketLossPerSecond
(
double DurationSec |
||
| const uint32 | Longest number of consecutive dropped incoming packets that was tracked. | ||
| const uint32 | Longest number of consecutive outgoing packets that was tracked. | ||
| const uint32 | Number of frames where we saw bursts of packet loss. | ||
| const uint32 | The total number of frames where we were not notified of any packets (ACK, NAK, in or out). | ||
| const uint64 | Total number of frames that have been tracked. | ||
| void | Reset () |
Resets the state of tracking. |