Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetDriver
Description
Returns the current delinquency 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 | ConsumeAsyncLoadDelinquencyAnalytics |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h |
| Include Path | #include "Engine/NetDriver.h" |
| Source | /Engine/Source/Runtime/Engine/Private/NetDriver.cpp |
void ConsumeAsyncLoadDelinquencyAnalytics
(
FNetAsyncLoadDelinquencyAnalytics & Out
)