FIndexFlagSet::InitManual

Initialize to sparse or dense based on the explicit caller choice

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Util/SparseIndexCollectionTypes.h

Include

#include "Util/SparseIndexCollectionTypes.h"

Syntax

void InitManual
(
    bool bSetSparse,
    int MaxIndex
)

Remarks

Initialize to sparse or dense based on the explicit caller choice

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss