IEditableCounter::SetIsFloatingPoint

Sets whether the counter is an integral or floating point number.

Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model > IEditableCounter

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Counters.h
Include #include "TraceServices/Model/Counters.h"
void SetIsFloatingPoint
(
    bool bIsFloatingPoint
)

Remarks

Sets whether the counter is an integral or floating point number.

Parameters

Name Description
bIsFloatingPoint True if the counter is floating point, false if it is integral.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library