Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/FGeometrySet3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Spatial/GeometrySet3.h |
| Include | #include "Spatial/GeometrySet3.h" |
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.