TPacketLossData::UpdateLoss

Update the packet loss based on total and lost packets

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Net/NetAnalyticsTypes.h

Include

#include "Net/NetAnalyticsTypes.h"

Syntax

void UpdateLoss
(
    int32 NbPacketsLost,
    int32 TotalPackets,
    int32 SampleCount
)

Remarks

Update the packet loss based on total and lost packets

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