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