![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for TCircularBuffer< InElementType >, including all inherited members.
| Capacity() const | TCircularBuffer< InElementType > | inline |
| ElementType typedef | TCircularBuffer< InElementType > | |
| GetNextIndex(uint32 CurrentIndex) const | TCircularBuffer< InElementType > | inline |
| GetPreviousIndex(uint32 CurrentIndex) const | TCircularBuffer< InElementType > | inline |
| operator[](uint32 Index) | TCircularBuffer< InElementType > | inline |
| operator[](uint32 Index) const | TCircularBuffer< InElementType > | inline |
| TCircularBuffer(uint32 Capacity) | TCircularBuffer< InElementType > | inlineexplicit |
| TCircularBuffer(uint32 Capacity, const ElementType &InitialValue) | TCircularBuffer< InElementType > | inline |