Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TCompactSetBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static size_t GetTotalMemoryRequiredInBytes
(
uint32 NumElements, |
Calculate the size of the hash table from the number of elements in the set assuming the default number of hash elements | Containers/CompactSetBase.h | |
static size_t GetTotalMemoryRequiredInBytes
(
uint32 NumElements, |
Get the total memory required for the compact set for the given number of elements and size of the number of hash elements | Containers/CompactSetBase.h |
GetTotalMemoryRequiredInBytes(uint32, const FCompactSetLayout)
Description
Calculate the size of the hash table from the number of elements in the set assuming the default number of hash elements
| Name | GetTotalMemoryRequiredInBytes |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/CompactSetBase.h |
| Include Path | #include "Containers/CompactSetBase.h" |
static size_t GetTotalMemoryRequiredInBytes
(
uint32 NumElements,
const FCompactSetLayout Layout
)
GetTotalMemoryRequiredInBytes(uint32, uint32, const FCompactSetLayout)
Description
Get the total memory required for the compact set for the given number of elements and size of the number of hash elements
| Name | GetTotalMemoryRequiredInBytes |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/CompactSetBase.h |
| Include Path | #include "Containers/CompactSetBase.h" |
static size_t GetTotalMemoryRequiredInBytes
(
uint32 NumElements,
uint32 HashCount,
const FCompactSetLayout Layout
)