Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FDebugFloatHistory
Description
Record a new Sample. if bAutoAdjustMinMax is true, this new value will potentially adjust those bounds. Otherwise value will be clamped before being recorded. If MaxSamples is exceeded, old values will be deleted.
| Name | AddSample |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h |
| Include Path | #include "Engine/EngineTypes.h" |
void AddSample
(
float const & FloatValue
)
Parameters
| Name | Remarks |
|---|---|
| FloatValue | new sample to record. |