![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ContainerAllocationPolicies.h>
Public Types | |
| using | SparseArrayAllocator = TFixedSparseArrayAllocator< NumInlineElements > |
| using | HashAllocator = TFixedAllocator< NumInlineHashBuckets > |
Static Public Member Functions | |
| static UE_FORCEINLINE_HINT uint32 | GetNumberOfHashBuckets (uint32 NumHashedElements) |
An inline set allocator that doesn't have any secondary storage.
| using TFixedSparseSetAllocator< NumInlineElements, AverageNumberOfElementsPerHashBucket, MinNumberOfHashedElements >::HashAllocator = TFixedAllocator<NumInlineHashBuckets> |
| using TFixedSparseSetAllocator< NumInlineElements, AverageNumberOfElementsPerHashBucket, MinNumberOfHashedElements >::SparseArrayAllocator = TFixedSparseArrayAllocator<NumInlineElements> |
|
inlinestatic |
Computes the number of hash buckets to use for a given number of elements.