FGeometrySet3::FindAllCurvesSatisfying

Fills CurveIDsOut with IDs of curves that satisfy the given predicate.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Spatial/GeometrySet3.h

Include

#include "Spatial/GeometrySet3.h"

Syntax

template<typename PredicateType, typename IntContainerType>
bool FindAllCurvesSatisfying
(
    PredicateType Predicate,
    IntContainerType & CurveIDsOut
) const

Remarks

Fills CurveIDsOut with IDs of curves that satisfy the given predicate.

Parameters

Parameter

Description

Predicate

A lambda or function that takes in a const FPolyline3d& and returns true when the curve's ID should be added to PointIDsOut.

CurveIDsOut

Output list or set. Must have an Add(int) method.

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