IEditableCounter::SetValue

Set the value of the counter.

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
(
    double Time,
    int64 Value
)

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library