Navigation
API > API/Runtime > API/Runtime/Engine
Metrics mutator that tracks the minimum of a metric.
| Name | FNetworkMetricsMutatorMin |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/NetworkMetricsMutators.h |
| Include Path | #include "Net/NetworkMetricsMutators.h" |
Syntax
USTRUCT ()
struct FNetworkMetricsMutatorMin : public FNetworkMetricsMutator
Inheritance Hierarchy
- FNetworkMetricsMutator → FNetworkMetricsMutatorMin
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MetricName | FName | The network metric to track the min of. | Net/NetworkMetricsMutators.h |
|
| MinValue | FValueVariant | Net/NetworkMetricsMutators.h | ||
| MutatorName | FName | The default name of this mutator, derived from MetricName | Net/NetworkMetricsMutators.h |