FilteredEnumerable

Iteration object that maps indices output by Index_iteration to a second type

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "Util/RefCountVector.h"

Syntax

class FilteredEnumerable

Remarks

Iteration object that maps indices output by Index_iteration to a second type

Variables

Name Description

Public variable

IndexEnumerable

 

enumerable

Public variable

TFunction< bool...

 

FilterFunc

Constructors

Name Description

Public function

FilteredEnumerable

(
    const IndexEnumerable& enumerable,
    TFunction< bool> FilterFuncIn
)

Functions

Name Description

Public function

FilteredIter...

 

begin()

Public function

FilteredIter...

 

end()

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