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 ParallelFindAllPointsSatisfying
(
PredicateType Predicate,
IntContainerType & PointIDsOut
) const
Like FindAllPointsSatisfying, but parallel, so predicate must be safe to call in parallel.