Navigation
API > API/Runtime > API/Runtime/Core
An inline sparse array allocator that doesn't have any secondary storage.
| Name | TFixedSparseArrayAllocator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h |
| Include Path | #include "Containers/ContainerAllocationPolicies.h" |
Syntax
template<uint32 NumInlineElements>
class TFixedSparseArrayAllocator
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| BitArrayAllocator | TFixedAllocator< InlineBitArrayDWORDs > | Containers/ContainerAllocationPolicies.h | |
| ElementAllocator | TFixedAllocator< NumInlineElements > | Containers/ContainerAllocationPolicies.h |