Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TSparseListSet
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Util/SparseListSet.h |
|
|
|
Util/SparseListSet.h |
|
TSparseListSet()
| |
|
| Name |
TSparseListSet |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/Util/SparseListSet.h |
| Include Path |
#include "Util/SparseListSet.h" |
TSparseListSet()
TSparseListSet(int, int)
| |
|
| Name |
TSparseListSet |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/Util/SparseListSet.h |
| Include Path |
#include "Util/SparseListSet.h" |
TSparseListSet
(
int BlockSizeIn,
int BlocksPerChunkIn
)
Parameters
| Name |
Remarks |
| BlockSizeIn |
defines size of small blocks that each list is made up of |
| BlocksPerChunkIn |
defines size of large chunks that small blocks are allocated from |