FUniqueIndexSet::~FUniqueIndexSet

TODO: second bit set that tracks which blocks of ints have been set.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "Util/UniqueIndexSet.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Private/Util/UniqueIndexSet.cpp

Syntax

~FUniqueIndexSet()

Remarks

TODO: second bit set that tracks which blocks of ints have been set. This would allow for clears to be much quicker for subsets. (would want to profile to see that it helps, but the bit set is still 0.125mb per million indices, which isn't a trivial amount to set to zero...) TODO: alternately, use a TSet instead of Bits array if we know that the number of values we are going to add is very small? This would avoid clears.

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