Navigation
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
&40;
bool bIsFloatingPoint
&41;
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. |