MappedValueEnumerable

[MappedValueEnumerable](API\Plugins\GeometricObjects\Util\FSmallListSet\MappedValueEnumerable) is an object that provides begin/end semantics for a small list, suitable for use with a range-based for loop

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "Util/SmallListSet.h"

Syntax

class MappedValueEnumerable

Remarks

MappedValueEnumerable is an object that provides begin/end semantics for a small list, suitable for use with a range-based for loop

Variables

Name Description

Public variable

int32

 

ListIndex

Public variable

const FSmallLis...

 

ListSet

Public variable

TFunction< int3...

 

MapFunc

Constructors

Name Description

Public function

MappedValueEnumerable()

Public function

MappedValueEnumerable

(
    const FSmallListSet* ListSetIn,
    int32 ListIndex,
    TFunction< int32)> MapFunc
)

Functions

Name Description

Public function Const

FSmallListSe...

 

begin()

Public function Const

FSmallListSe...

 

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