Navigation
API > API/Runtime > API/Runtime/Core
Helper for interacting with existing hash table memory
| Name | FCompactHashTableView |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/CompactHashTable.h |
| Include Path | #include "Containers/CompactHashTable.h" |
Syntax
class FCompactHashTableView : public FConstCompactHashTableView
Inheritance Hierarchy
- FConstCompactHashTableView → FCompactHashTableView
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCompactHashTableView
(
uint8* Memory, |
Containers/CompactHashTable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
uint32 Index, |
Containers/CompactHashTable.h | ||
void Remove
(
uint32 Index, |
Containers/CompactHashTable.h | ||
void RemoveStable
(
uint32 Index, |
Containers/CompactHashTable.h | ||
void Reset() |
Containers/CompactHashTable.h |