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

Public Member Functions

 TIntervalTreeAllocator ()
 
TIntervalTreeIndex Alloc ()
 
void EnsureNoRealloc (int32 NeededNewNum)
 
FORCEINLINE TItem & Get (TIntervalTreeIndex InIndex)
 
FORCEINLINE void Free (TIntervalTreeIndex InIndex)
 
FORCEINLINE void CheckIndex (TIntervalTreeIndex InIndex)
 

Constructor & Destructor Documentation

◆ TIntervalTreeAllocator()

template<class TItem >
TIntervalTreeAllocator< TItem >::TIntervalTreeAllocator ( )
inline

Member Function Documentation

◆ Alloc()

template<class TItem >
TIntervalTreeIndex TIntervalTreeAllocator< TItem >::Alloc ( )
inline

◆ CheckIndex()

template<class TItem >
FORCEINLINE void TIntervalTreeAllocator< TItem >::CheckIndex ( TIntervalTreeIndex  InIndex)
inline

◆ EnsureNoRealloc()

template<class TItem >
void TIntervalTreeAllocator< TItem >::EnsureNoRealloc ( int32  NeededNewNum)
inline

◆ Free()

template<class TItem >
FORCEINLINE void TIntervalTreeAllocator< TItem >::Free ( TIntervalTreeIndex  InIndex)
inline

◆ Get()

template<class TItem >
FORCEINLINE TItem & TIntervalTreeAllocator< TItem >::Get ( TIntervalTreeIndex  InIndex)
inline

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