Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/HashTable.h |
| Include | #include "Containers/HashTable.h" |
Syntax
template<uint16 HashSize, uint16 IndexSize>
class TStaticHashTable
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint16[HashSize] | Hash | ||
| uint16[IndexSize] | NextIndex |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TStaticHashTable
(
ENoInit |