IEditableCounter::AddValue

Add a value to the value counter.

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

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library