UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TRangeAllocator< FAllocatorModifier >::FFreeChunkInfo Struct Reference

#include <RangeAllocator.h>

Public Member Functions

 FFreeChunkInfo (uint16 InMaxFreeRangeSize, uint16 InChunkIndex)
 

Public Attributes

uint16 MaxFreeRangeSize
 
uint16 ChunkIndex
 

Constructor & Destructor Documentation

◆ FFreeChunkInfo()

template<typename FAllocatorModifier >
TRangeAllocator< FAllocatorModifier >::FFreeChunkInfo::FFreeChunkInfo ( uint16  InMaxFreeRangeSize,
uint16  InChunkIndex 
)
inline

Member Data Documentation

◆ ChunkIndex

template<typename FAllocatorModifier >
uint16 TRangeAllocator< FAllocatorModifier >::FFreeChunkInfo::ChunkIndex

◆ MaxFreeRangeSize

template<typename FAllocatorModifier >
uint16 TRangeAllocator< FAllocatorModifier >::FFreeChunkInfo::MaxFreeRangeSize

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