Navigation
API > API/Runtime > API/Runtime/Core
Helper for making a fixed size hash table that manages its own memory
| Name | TStaticCompactHashTable |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/CompactHashTable.h |
| Include Path | #include "Containers/CompactHashTable.h" |
Syntax
template<uint32 ElementCount, uint32 HashCount>
class TStaticCompactHashTable
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Containers/CompactHashTable.h | |||
| Containers/CompactHashTable.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| IndexType | typename TCompactHashTypeLookupBySize< UE::Core::CompactHashTable::GetTypeSize(ElementCount)>::Type | Containers/CompactHashTable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
uint32 CurrentCount, |
Containers/CompactHashTable.h | ||
uint32 Find
(
uint32 Key, |
Containers/CompactHashTable.h | ||
uint32 GetFirst
(
uint32 Key |
Containers/CompactHashTable.h | ||
uint32 GetFirstByIndex
(
uint32 HashIndex |
Containers/CompactHashTable.h | ||
uint32 GetNext
(
uint32 Index, |
Containers/CompactHashTable.h | ||
void Remove
(
uint32 Index, |
Containers/CompactHashTable.h | ||
void Reset() |
Containers/CompactHashTable.h |