Navigation
API > API/Runtime > API/Runtime/IrisCore
Collects network metrics and keeps track of their name.
| Name | FNetMetrics |
| Type | struct |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/Metrics/NetMetrics.h |
| Include Path | #include "Iris/Metrics/NetMetrics.h" |
Syntax
struct FNetMetrics
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Metrics | TMap< FName, FNetMetric > | Iris/Metrics/NetMetrics.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddMetric
(
FName InName, |
Iris/Metrics/NetMetrics.h | ||
void EmplaceMetric
(
FName InName, |
Iris/Metrics/NetMetrics.h | ||
const TMap< FName, FNetMetric > & GetMetrics() |
Iris/Metrics/NetMetrics.h |