UNetConnection::ConsumePacketAnalytics

Returns the current packet stability analytics and resets them.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h

Include

#include "Engine/NetConnection.h"

Source

/Engine/Source/Runtime/Engine/Private/NetConnection.cpp

Syntax

void ConsumePacketAnalytics
(
    FNetConnectionPacketAnalytics & Out
)

Remarks

Returns the current packet stability analytics and resets them. This would be similar to calls to Get and Reset separately, except that the caller will assume ownership of the data in this case.

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