![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for TCircularHistoryBuffer< ElementType >, including all inherited members.
| Add(const ElementType &Element) | TCircularHistoryBuffer< ElementType > | |
| Capacity() const | TCircularHistoryBuffer< ElementType > | inline |
| Empty() | TCircularHistoryBuffer< ElementType > | inline |
| InsertAt(uint32 Index, const ElementType &Element) | TCircularHistoryBuffer< ElementType > | |
| IsEmpty() const | TCircularHistoryBuffer< ElementType > | inline |
| IsFull() const | TCircularHistoryBuffer< ElementType > | inline |
| Num() const | TCircularHistoryBuffer< ElementType > | inline |
| operator[](uint32 Index) | TCircularHistoryBuffer< ElementType > | inline |
| operator[](uint32 Index) const | TCircularHistoryBuffer< ElementType > | inline |
| Resize(uint32 NewCapacity) | TCircularHistoryBuffer< ElementType > | |
| TCircularHistoryBuffer(uint32 InitialCapacity=0) | TCircularHistoryBuffer< ElementType > |