![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <HashTable.h>
Public Member Functions | |
| TStaticHashTable () | |
| TStaticHashTable (ENoInit) | |
| void | Clear () |
| uint16 | First (uint16 Key) const |
| uint16 | Next (uint16 Index) const |
| bool | IsValid (uint16 Index) const |
| void | Add (uint16 Key, uint16 Index) |
| void | Remove (uint16 Key, uint16 Index) |
Protected Attributes | |
| uint16 | Hash [HashSize] |
| uint16 | NextIndex [IndexSize] |
|
inline |
|
inline |
|
inline |
| UE_FORCEINLINE_HINT void TStaticHashTable< HashSize, IndexSize >::Clear | ( | ) |
|
inline |
| UE_FORCEINLINE_HINT bool TStaticHashTable< HashSize, IndexSize >::IsValid | ( | uint16 | Index | ) | const |
|
inline |
|
inline |
|
protected |
|
protected |