Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TCircularBuffer
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/CircularBuffer.h |
| Include | #include "Containers/CircularBuffer.h" |
uint32 GetPreviousIndex
&40;
uint32 CurrentIndex
&41; const
Remarks
Calculates the index previous to the given index. The previous index.
Parameters
| Name | Description |
|---|---|
| CurrentIndex | The current index. |