Navigation
API > API/Runtime > API/Runtime/Core
Sparse array allocation definitions Encapsulates the allocators used by a sparse array in a single type.
| Name | TSparseArrayAllocator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h |
| Include Path | #include "Containers/ContainerAllocationPolicies.h" |
Syntax
template<typename InElementAllocator, typename InBitArrayAllocator>
class TSparseArrayAllocator
Derived Classes
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| BitArrayAllocator | InBitArrayAllocator | Containers/ContainerAllocationPolicies.h | |
| ElementAllocator | InElementAllocator | Containers/ContainerAllocationPolicies.h |