Choose your operating system:
Windows
macOS
Linux
Module |
|
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
Like FindAllCurvesSatisfying, but parallel, so predicate must be safe to call in parallel.