MappedEnumerable

Enumerable 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

template<typename ToType>
class MappedEnumerable

Remarks

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

Variables

Name Description

Public variable

IndexEnumerable

 

enumerable

Public variable

TFunction< ToTy...

 

MapFunc

Constructors

Name Description

Public function

MappedEnumerable

(
    const IndexEnumerable& enumerable,
    TFunction< ToType(int)> MapFunc
)

Functions

Name Description

Public function

MappedIterat...

 

begin()

Public function

MappedIterat...

 

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