Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/Metrics
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/Metrics/NetMetrics.h |
| Include | #include "Iris/Metrics/NetMetrics.h" |
Syntax
struct FNetMetric
Remarks
Class used to store a single analytics value. Only supports integers or floating points for now.
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNetMetric () |
|||
FNetMetric
(
T InValue |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EDataType | GetDataType () |
||
| double | GetDouble () |
||
| int32 | GetSigned () |
||
| uint32 | GetUnsigned () |
||
| void | Set
(
T InValue |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EDataType |