FGeometrySet3::ParallelFindAllCurvesSatisfying

Like FindAllCurvesSatisfying, but parallel, so predicate must be safe to call in parallel.

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 ParallelFindAllCurvesSatisfying
(
    PredicateType Predicate,
    IntContainerType & CurveIDsOut
) const

Remarks

Like FindAllCurvesSatisfying, but parallel, so predicate must be safe to call in parallel.

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