IEditableCounter

Windows
MacOS
Linux

Inheritance Hierarchy

ICounter

IEditableCounter

References

Module

TraceServices

Header

/Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Counters.h

Include

#include "TraceServices/Model/Counters.h"

Syntax

class IEditableCounter : public Trace::ICounter

Destructors

Name Description

Public function Virtual

~IEditableCounter()

Functions

Name Description

Public function

void

 

AddValue

(
    double Time,
    int64 Value
)

Public function

void

 

AddValue

(
    double Time,
    double Value
)

Public function

void

 

SetDescription

(
    const TCHAR* Description
)

Public function

void

 

SetDisplayHint

(
    ECounterDisplayHint DisplayHint
)

Public function

void

 

SetIsFloatingPoint

(
    bool bIsFloatingPoint
)

Public function

void

 

SetIsResetEveryFrame

(
    bool bInIsResetEveryFrame
)

Public function

void

 

SetName

(
    const TCHAR* Name
)

Public function

void

 

SetValue

(
    double Time,
    int64 Value
)

Public function

void

 

SetValue

(
    double Time,
    double Value
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss