![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SherwoodHashTable.h>
Public Member Functions | |
| bool | HasValue (uint32 i) const |
| bool | IsEmpty (uint32 i) const |
| void | AddAt (uint32 i, int8 InDistance, KeyType InKey, ValueType InValue) |
| bool | IsValid () const |
Public Attributes | |
| uint32 | AllocatedCount = 0 |
| int8 * | Distances = nullptr |
| KeyType * | Keys = nullptr |
| ValueType * | Values = nullptr |
|
inline |
|
inline |
|
inline |
|
inline |
| uint32 Experimental::TSherwoodHashTable_Private::TSherwoodHashTable< KeyType, ValueType, KeyFuncs >::FData::AllocatedCount = 0 |
| int8* Experimental::TSherwoodHashTable_Private::TSherwoodHashTable< KeyType, ValueType, KeyFuncs >::FData::Distances = nullptr |
| KeyType* Experimental::TSherwoodHashTable_Private::TSherwoodHashTable< KeyType, ValueType, KeyFuncs >::FData::Keys = nullptr |
| ValueType* Experimental::TSherwoodHashTable_Private::TSherwoodHashTable< KeyType, ValueType, KeyFuncs >::FData::Values = nullptr |