Navigation
API > API/Runtime > API/Runtime/Core
An inline sparse array allocator that allows sizing of the inline allocations for a set number of elements.
| Name | TInlineSparseArrayAllocator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h |
| Include Path | #include "Containers/ContainerAllocationPolicies.h" |
Syntax
template<uint32 NumInlineElements, typename SecondaryAllocator>
class TInlineSparseArrayAllocator
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| BitArrayAllocator | TInlineAllocator< InlineBitArrayDWORDs, typename SecondaryAllocator::BitArrayAllocator > | Containers/ContainerAllocationPolicies.h | |
| ElementAllocator | TInlineAllocator< NumInlineElements, typename SecondaryAllocator::ElementAllocator > | Containers/ContainerAllocationPolicies.h |