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

This is the complete list of members for TCircularBuffer< InElementType >, including all inherited members.

Capacity() constTCircularBuffer< InElementType >inline
ElementType typedefTCircularBuffer< InElementType >
GetNextIndex(uint32 CurrentIndex) constTCircularBuffer< InElementType >inline
GetPreviousIndex(uint32 CurrentIndex) constTCircularBuffer< InElementType >inline
operator[](uint32 Index)TCircularBuffer< InElementType >inline
operator[](uint32 Index) constTCircularBuffer< InElementType >inline
TCircularBuffer(uint32 Capacity)TCircularBuffer< InElementType >inlineexplicit
TCircularBuffer(uint32 Capacity, const ElementType &InitialValue)TCircularBuffer< InElementType >inline