UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TSetAllocator< InSparseArrayAllocator, InHashAllocator, N > Class Template Reference

#include <ContainerAllocationPolicies.h>

+ Inheritance diagram for TSetAllocator< InSparseArrayAllocator, InHashAllocator, N >:

Public Types

typedef TSparseSetAllocator< InSparseArrayAllocator, InHashAllocator, N... > Typedef
 
- Public Types inherited from TSparseSetAllocator< InSparseArrayAllocator, InHashAllocator, AverageNumberOfElementsPerHashBucket, BaseNumberOfHashBuckets, MinNumberOfHashedElements >
using SparseArrayAllocator = InSparseArrayAllocator
 
using HashAllocator = InHashAllocator
 

Additional Inherited Members

- Static Public Member Functions inherited from TSparseSetAllocator< InSparseArrayAllocator, InHashAllocator, AverageNumberOfElementsPerHashBucket, BaseNumberOfHashBuckets, MinNumberOfHashedElements >
static UE_FORCEINLINE_HINT uint32 GetNumberOfHashBuckets (uint32 NumHashedElements)
 

Member Typedef Documentation

◆ Typedef

template<typename InSparseArrayAllocator = TSparseArrayAllocator<>, typename InHashAllocator = TInlineAllocator<1,FDefaultAllocator>, uint32... N>
typedef TSparseSetAllocator<InSparseArrayAllocator, InHashAllocator, N...> TSetAllocator< InSparseArrayAllocator, InHashAllocator, N >::Typedef

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