UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TCircularHistoryBuffer< ElementType > Member List

This is the complete list of members for TCircularHistoryBuffer< ElementType >, including all inherited members.

Add(const ElementType &Element)TCircularHistoryBuffer< ElementType >
Capacity() constTCircularHistoryBuffer< ElementType >inline
Empty()TCircularHistoryBuffer< ElementType >inline
InsertAt(uint32 Index, const ElementType &Element)TCircularHistoryBuffer< ElementType >
IsEmpty() constTCircularHistoryBuffer< ElementType >inline
IsFull() constTCircularHistoryBuffer< ElementType >inline
Num() constTCircularHistoryBuffer< ElementType >inline
operator[](uint32 Index)TCircularHistoryBuffer< ElementType >inline
operator[](uint32 Index) constTCircularHistoryBuffer< ElementType >inline
Resize(uint32 NewCapacity)TCircularHistoryBuffer< ElementType >
TCircularHistoryBuffer(uint32 InitialCapacity=0)TCircularHistoryBuffer< ElementType >