FSmallListSet::ValueIterator::GotoNext

Inline [ValueIterator](API\Plugins\GeometricObjects\Util\FSmallListSet\ValueIterator) operator++(int32) { // postfix index_iterator copy(*this); this->[GotoNext()](API\Plugins\GeometricObjects\Util\FSmallListSet\ValueIterator\GotoNext); return copy;

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "Util/SmallListSet.h"

Syntax

void GotoNext()

Remarks

Inline ValueIterator operator++(int32) { // postfix index_iterator copy(*this); this->GotoNext(); return copy;

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