Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FConstCompactHashTableView
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Containers/CompactHashTable.h |
|
|
|
Containers/CompactHashTable.h |
|
FConstCompactHashTableView()
| |
|
| Name |
FConstCompactHashTableView |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/CompactHashTable.h |
| Include Path |
#include "Containers/CompactHashTable.h" |
FConstCompactHashTableView()
FConstCompactHashTableView(const uint8 *, uint32, uint32, size_t)
| |
|
| Name |
FConstCompactHashTableView |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/CompactHashTable.h |
| Include Path |
#include "Containers/CompactHashTable.h" |
FConstCompactHashTableView
(
const uint8 * Memory,
uint32 InNextIndexCount,
uint32 InHashCount,
size_t MemorySize
)