Navigation
API > API/Runtime > API/Runtime/Core
| Name | TSherwoodSet |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/Containers/SherwoodHashTable.h |
| Include Path | #include "Experimental/Containers/SherwoodHashTable.h" |
Syntax
template<typename KeyType, typename KeyFuncs>
struct TSherwoodSet
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Table | TSherwoodHashTable_Private::TSherwoodHashTable< KeyType, FNoopStruct, KeyFuncs > | Experimental/Containers/SherwoodHashTable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
KeyType Key, |
Experimental/Containers/SherwoodHashTable.h | ||
void Empty() |
Experimental/Containers/SherwoodHashTable.h | ||
const KeyType * Find
(
KeyType Key |
Experimental/Containers/SherwoodHashTable.h | ||
int32 Num() |
Experimental/Containers/SherwoodHashTable.h | ||
void Reserve
(
uint32 DesiredNumElements |
Experimental/Containers/SherwoodHashTable.h | ||
void Reset() |
Experimental/Containers/SherwoodHashTable.h |