Navigation
API > API/Runtime > API/Runtime/Core
| Name | TStaticHashTable |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/HashTable.h |
| Include Path | #include "Containers/HashTable.h" |
Syntax
template<uint16 HashSize, uint16 IndexSize>
class TStaticHashTable
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Containers/HashTable.h | |||
| Containers/HashTable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
uint16 Key, |
Containers/HashTable.h | ||
void Clear() |
Containers/HashTable.h | ||
uint16 First
(
uint16 Key |
Functions used to search. | Containers/HashTable.h | |
bool IsValid
(
uint16 Index |
Containers/HashTable.h | ||
uint16 Next
(
uint16 Index |
Next in hash chain. | Containers/HashTable.h | |
void Remove
(
uint16 Key, |
Containers/HashTable.h |