Navigation
API > API/Developer > API/Developer/TraceInsightsCore
| Name | TFixedCircularBuffer |
| Type | struct |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Common/FixedCircularBuffer.h |
| Include Path | #include "InsightsCore/Common/FixedCircularBuffer.h" |
Syntax
template<typename T, int32 Size>
struct TFixedCircularBuffer
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Buffer | T | InsightsCore/Common/FixedCircularBuffer.h | ||
| BufferLength | int32 | InsightsCore/Common/FixedCircularBuffer.h | ||
| BufferStartOffset | int32 | InsightsCore/Common/FixedCircularBuffer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddValue
(
const T Value |
InsightsCore/Common/FixedCircularBuffer.h | ||
const T ComputeAverage() |
InsightsCore/Common/FixedCircularBuffer.h | ||
const T GetValue
(
const int32 RecentIndex |
InsightsCore/Common/FixedCircularBuffer.h | ||
void Reset() |
InsightsCore/Common/FixedCircularBuffer.h |