Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetDriver
Description
Register each metric used by the networking system.
If a sub-class needs to create new metrics, those metrics should be added to the metrics database in the sub-class implementation of this function. Metrics should only be added to the database after calling Super::SetupNetworkMetrics().
| Name | SetupNetworkMetrics |
| 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 |
virtual void SetupNetworkMetrics()