Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/IEditableCounter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetValue
(
double Time, |
Set the value of the counter. | TraceServices/Model/Counters.h | |
void SetValue
(
double Time, |
Set the value of the counter. | TraceServices/Model/Counters.h |
SetValue(double, int64)
Description
Set the value of the counter.
| Name | SetValue |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Counters.h |
| Include Path | #include "TraceServices/Model/Counters.h" |
void SetValue
(
double Time,
int64 Value
)
Parameters
| Name | Remarks |
|---|---|
| Time | The time at which the value was set in seconds. |
| Value | The new value for the counter. |
SetValue(double, double)
Description
Set the value of the counter.
| Name | SetValue |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Counters.h |
| Include Path | #include "TraceServices/Model/Counters.h" |
void SetValue
(
double Time,
double Value
)
Parameters
| Name | Remarks |
|---|---|
| Time | The time at which the value was set in seconds. |
| Value | The new value for the counter. |