UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Net::FNetMetrics Struct Reference

#include <NetMetrics.h>

Public Member Functions

void EmplaceMetric (FName InName, FNetMetric &&InMetric)
 
void AddMetric (FName InName, const FNetMetric &InMetric)
 
const TMap< FName, FNetMetric > & GetMetrics () const
 

Detailed Description

Collects network metrics and keeps track of their name.

Member Function Documentation

◆ AddMetric()

void UE::Net::FNetMetrics::AddMetric ( FName  InName,
const FNetMetric InMetric 
)
inline

◆ EmplaceMetric()

void UE::Net::FNetMetrics::EmplaceMetric ( FName  InName,
FNetMetric &&  InMetric 
)
inline

◆ GetMetrics()

const TMap< FName, FNetMetric > & UE::Net::FNetMetrics::GetMetrics ( ) const
inline

The documentation for this struct was generated from the following file: