Navigation
API > API/Runtime > API/Runtime/Core
Helper for interacting with existing hash table memory
| Name | FConstCompactHashTableView |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/CompactHashTable.h |
| Include Path | #include "Containers/CompactHashTable.h" |
Syntax
class FConstCompactHashTableView
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Containers/CompactHashTable.h | |||
FConstCompactHashTableView
(
const uint8* Memory, |
Containers/CompactHashTable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 Find
(
uint32 Key, |
Containers/CompactHashTable.h | ||
uint32 GetFirst
(
uint32 Key |
Functions used to search. | Containers/CompactHashTable.h | |
uint32 GetFirstByIndex
(
uint32 HashIndex |
Advanced used for manual inspection of the hash data. | Containers/CompactHashTable.h | |
uint32 GetHashCount() |
Containers/CompactHashTable.h | ||
uint32 GetNext
(
uint32 Index, |
Containers/CompactHashTable.h |