Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Util > API/Runtime/GeometryCore/Util/FIndexFlagSet
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Util/SparseIndexCollectionTypes.h |
| Include | #include "Util/SparseIndexCollectionTypes.h" |
void InitManual
(
bool bSetSparse,
int MaxIndex
)
Remarks
Initialize to sparse or dense based on the explicit caller choice
Parameters
| Name | Description |
|---|---|
| bSetSparse | if true, will use sparse storage; otherwise will use dense |
| MaxIndex | maximum valid index in set; must be non-negative for dense case |