MappedValueIterator

[MappedValueIterator](API\Plugins\GeometricObjects\Util\FSmallListSet\MappedValueIterator) iterates over the values of a small list An optional mapping function can be provided which will then be applied to the values returned by the * operator

Windows
MacOS
Linux

Inheritance Hierarchy

FSmallListSet::BaseValueIterator

FSmallListSet::MappedValueIterator

References

Module

GeometricObjects

Header

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

Include

#include "Util/SmallListSet.h"

Syntax

class MappedValueIterator : public FSmallListSet::BaseValueIterator

Remarks

MappedValueIterator iterates over the values of a small list An optional mapping function can be provided which will then be applied to the values returned by the * operator

Variables

Name Description

Protected variable

TFunction< int3...

 

MapFunc

Constructors

Name Description

Public function

MappedValueIterator()

Protected function

MappedValueIterator

(
    const FSmallListSet* ListSetIn,
    int32 ListIndex,
    bool is_end,
    TFunction< int32)> MapFuncIn
)

Operators

Name Description

Public function Const

int32

 

operator*()

Public function

const Mapped...

 

operator++()

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