FNetConnectionSaturationAnalytics

Struct wrapping Per Net Connection saturation analytics.

Windows
MacOS
Linux

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

Functions

Name Description

Public function Const

const uint32

 

GetLongestRunOfSaturatedFrames()

The longest number of consecutive frames that we have been saturated.

Public function Const

const uint32

 

GetLongestRunOfSaturatedReplications()

The longest number of consecutive replication attempts where we were pre-empted due to saturation.

Public function Const

const uint32

 

GetNumberOfReplications()

The number of times we have tried to replicate data on this connection (UNetDriver::ServerReplicateActors / UReplicationGraph::ServerReplicateActors)

Public function Const

const uint32

 

GetNumberOfSaturatedFrames()

The number of frames we have reported as saturated.

Public function Const

const uint32

 

GetNumberOfSaturatedReplications()

The number of times we have been pre-empted from replicating all data, due to saturation.

Public function Const

const uint32

 

GetNumberOfTrackedFrames()

The total number of frames that we have currently tracked.

Public function

void

 

Reset()

Resets the state of tracking.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss