UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FNetworkMetricConfig Struct Reference

#include <NetworkMetricsConfig.h>

Public Attributes

FName MetricName
 
TInstancedStruct< FNetworkMetricsMutatorMutator
 
TSoftClassPtr< class UNetworkMetricsBaseListenerClass
 
ENetworkMetricEnableMode EnableMode = ENetworkMetricEnableMode::EnableForAllReplication
 

Member Data Documentation

◆ Class

TSoftClassPtr<class UNetworkMetricsBaseListener> FNetworkMetricConfig::Class

A sub-class of UNetworkMetricBaseListener.

◆ EnableMode

◆ MetricName

FName FNetworkMetricConfig::MetricName

The name of the metric to register the listener. Optional if a Mutator is specified.

◆ Mutator

TInstancedStruct<FNetworkMetricsMutator> FNetworkMetricConfig::Mutator

Mutator to add to the listener. Optional if a MetricName is specified.


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