Navigation
API > API/Runtime > API/Runtime/IrisCore
Class used to store a single analytics value. Only supports integers or floating points for now.
| Name | FNetMetric |
| Type | struct |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/Metrics/NetMetrics.h |
| Include Path | #include "Iris/Metrics/NetMetrics.h" |
Syntax
struct FNetMetric
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNetMetric () |
Iris/Metrics/NetMetrics.h | ||
FNetMetric
(
T InValue |
Iris/Metrics/NetMetrics.h |
Enums
Public
| Name | Remarks |
|---|---|
| EDataType |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Double | double | Iris/Metrics/NetMetrics.h | ||
| Signed | int32 | Iris/Metrics/NetMetrics.h | ||
| Unsigned | uint32 | Iris/Metrics/NetMetrics.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataType | EDataType | Iris/Metrics/NetMetrics.h | ||
| FNetMetric | union UE::Net::FNetMetric | Iris/Metrics/NetMetrics.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EDataType GetDataType() |
Iris/Metrics/NetMetrics.h | ||
double GetDouble() |
Iris/Metrics/NetMetrics.h | ||
int32 GetSigned() |
Iris/Metrics/NetMetrics.h | ||
uint32 GetUnsigned() |
Iris/Metrics/NetMetrics.h | ||
void Set
(
T InValue |
Iris/Metrics/NetMetrics.h |