Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSherwoodHashTable
| Name | FData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/Containers/SherwoodHashTable.h |
| Include Path | #include "Experimental/Containers/SherwoodHashTable.h" |
Syntax
struct FData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllocatedCount | uint32 | Experimental/Containers/SherwoodHashTable.h | ||
| Distances | int8 * | Experimental/Containers/SherwoodHashTable.h | ||
| Keys | KeyType * | Experimental/Containers/SherwoodHashTable.h | ||
| Values | ValueType * | Experimental/Containers/SherwoodHashTable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddAt
(
uint32 i, |
Experimental/Containers/SherwoodHashTable.h | ||
bool HasValue
(
uint32 i |
Experimental/Containers/SherwoodHashTable.h | ||
bool IsEmpty
(
uint32 i |
Experimental/Containers/SherwoodHashTable.h | ||
bool IsValid() |
Experimental/Containers/SherwoodHashTable.h |