Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetConnection
Description
Returns the current saturation analytics and resets them. This would be similar to calls to Get and Reset separately, except that the caller will assume ownership of data in this case.
| Name | ConsumeSaturationAnalytics |
| 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 ConsumeSaturationAnalytics
(
FNetConnectionSaturationAnalytics & Out
)