Navigation
Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model > IEditableCounter > AddValue
References
Module | TraceServices |
Header | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Counters.h |
Include | #include "TraceServices/Model/Counters.h" |
void AddValue
&40;
double Time,
int64 Value
&41;
Remarks
Add a value to the value counter.
Parameters
Name | Description |
---|---|
Time | The time at which the value was added in seconds. |
Value | The value to add to the current value of the counter. |