Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetConnection
Description
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.
| Name | ConsumePacketAnalytics |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h |
| Include Path | #include "Engine/NetConnection.h" |
| Source | /Engine/Source/Runtime/Engine/Private/NetConnection.cpp |
void ConsumePacketAnalytics
(
FNetConnectionPacketAnalytics & Out
)