![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ContainerAllocationPolicies.h>
Inheritance diagram for TInlineSetAllocator< N, S, NN >:Public Types | |
| typedef TInlineSparseSetAllocator< N, S, NN... > | Typedef |
Public Types inherited from TInlineSparseSetAllocator< NumInlineElements, SecondaryAllocator, AverageNumberOfElementsPerHashBucket, MinNumberOfHashedElements > | |
| using | SparseArrayAllocator = TInlineSparseArrayAllocator< NumInlineElements, typename SecondaryAllocator::SparseArrayAllocator > |
| using | HashAllocator = TInlineAllocator< NumInlineHashBuckets, typename SecondaryAllocator::HashAllocator > |
Additional Inherited Members | |
Static Public Member Functions inherited from TInlineSparseSetAllocator< NumInlineElements, SecondaryAllocator, AverageNumberOfElementsPerHashBucket, MinNumberOfHashedElements > | |
| static UE_FORCEINLINE_HINT uint32 | GetNumberOfHashBuckets (uint32 NumHashedElements) |
| typedef TInlineSparseSetAllocator<N, S, NN...> TInlineSetAllocator< N, S, NN >::Typedef |