Navigation
API > API/Runtime > API/Runtime/Core
| Name | TAlignedSparseArrayAllocator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h |
| Include Path | #include "Containers/ContainerAllocationPolicies.h" |
Syntax
template<uint32 Alignment, typename InElementAllocator, typename InBitArrayAllocator>
class TAlignedSparseArrayAllocator
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| BitArrayAllocator | InBitArrayAllocator | Containers/ContainerAllocationPolicies.h | |
| ElementAllocator | InElementAllocator | Containers/ContainerAllocationPolicies.h |