UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TLockFreeAllocOnceIndexedAllocator< T, MaxTotalItems, ItemsPerPage > Class Template Reference

#include <LockFreeList.h>

Public Member Functions

 TLockFreeAllocOnceIndexedAllocator ()
 
uint32 Alloc (uint32 Count=1)
 
T * GetItem (uint32 Index)
 

Constructor & Destructor Documentation

◆ TLockFreeAllocOnceIndexedAllocator()

template<class T , unsigned int MaxTotalItems, unsigned int ItemsPerPage>
TLockFreeAllocOnceIndexedAllocator< T, MaxTotalItems, ItemsPerPage >::TLockFreeAllocOnceIndexedAllocator ( )
inline

Member Function Documentation

◆ Alloc()

template<class T , unsigned int MaxTotalItems, unsigned int ItemsPerPage>
uint32 TLockFreeAllocOnceIndexedAllocator< T, MaxTotalItems, ItemsPerPage >::Alloc ( uint32  Count = 1)
inline

◆ GetItem()

template<class T , unsigned int MaxTotalItems, unsigned int ItemsPerPage>
T * TLockFreeAllocOnceIndexedAllocator< T, MaxTotalItems, ItemsPerPage >::GetItem ( uint32  Index)
inline

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