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 FNetConnectionSaturationAnalytics
Remarks
Struct wrapping Per Net Connection saturation analytics.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const uint32 | The longest number of consecutive frames that we have been saturated. | ||
| const uint32 | The longest number of consecutive replication attempts where we were pre-empted due to saturation. | ||
| const uint32 | The number of times we have tried to replicate data on this connection (UNetDriver::ServerReplicateActors / UReplicationGraph::ServerReplicateActors) | ||
| const uint32 | The number of frames we have reported as saturated. | ||
| const uint32 | The number of times we have been pre-empted from replicating all data, due to saturation. | ||
| const uint32 | The total number of frames that we have currently tracked. | ||
| void | Reset () |
Resets the state of tracking. |