Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TScriptSparseSet
Encapsulates the allocators used by a sparse array in a single type.
| Name | TrackedSparseArrayAllocator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/ScriptSparseSet.h |
| Include Path | #include "Containers/ScriptSparseSet.h" |
Syntax
class TrackedSparseArrayAllocator
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| BitArrayAllocator | typename Allocator::SparseArrayAllocator::BitArrayAllocator | Containers/ScriptSparseSet.h | |
| ElementAllocator | typename Allocator::SparseArrayAllocator::ElementAllocator | Containers/ScriptSparseSet.h |