Navigation
API > API/Runtime > API/Runtime/Core
An inline set allocator that doesn't have any secondary storage.
| Name | TFixedSparseSetAllocator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h |
| Include Path | #include "Containers/ContainerAllocationPolicies.h" |
Syntax
template<uint32 NumInlineElements, uint32 AverageNumberOfElementsPerHashBucket, uint32 MinNumberOfHashedElements>
class TFixedSparseSetAllocator
Derived Classes
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| HashAllocator | TFixedAllocator< NumInlineHashBuckets > | Containers/ContainerAllocationPolicies.h | |
| SparseArrayAllocator | TFixedSparseArrayAllocator< NumInlineElements > | Containers/ContainerAllocationPolicies.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 GetNumberOfHashBuckets
(
uint32 NumHashedElements |
Computes the number of hash buckets to use for a given number of elements. | Containers/ContainerAllocationPolicies.h |