UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TSimpleRingBuffer< ElementType > Class Template Reference

#include <BlueprintGeneratedClass.h>

Public Member Functions

 TSimpleRingBuffer (int32 MaxItems)
 
int32 Num () const
 
ElementType & operator() (int32 i)
 
const ElementType & operator() (int32 i) const
 
int32 ArrayMax () const
 
ElementType & WriteNewElementUninitialized ()
 
ElementType & WriteNewElementInitialized ()
 

Constructor & Destructor Documentation

◆ TSimpleRingBuffer()

template<typename ElementType >
TSimpleRingBuffer< ElementType >::TSimpleRingBuffer ( int32  MaxItems)
inline

Member Function Documentation

◆ ArrayMax()

template<typename ElementType >
int32 TSimpleRingBuffer< ElementType >::ArrayMax ( ) const
inline

◆ Num()

template<typename ElementType >
int32 TSimpleRingBuffer< ElementType >::Num ( ) const
inline

◆ operator()() [1/2]

template<typename ElementType >
ElementType & TSimpleRingBuffer< ElementType >::operator() ( int32  i)
inline

◆ operator()() [2/2]

template<typename ElementType >
const ElementType & TSimpleRingBuffer< ElementType >::operator() ( int32  i) const
inline

◆ WriteNewElementInitialized()

template<typename ElementType >
ElementType & TSimpleRingBuffer< ElementType >::WriteNewElementInitialized ( )
inline

◆ WriteNewElementUninitialized()

template<typename ElementType >
ElementType & TSimpleRingBuffer< ElementType >::WriteNewElementUninitialized ( )
inline

The documentation for this class was generated from the following file: