FGeometrySet3::ParallelFindAllPointsSatisfying

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

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryCore

Header

/Engine/Source/Runtime/GeometryCore/Public/Spatial/GeometrySet3.h

Include

#include "Spatial/GeometrySet3.h"

Syntax

template<typename PredicateType, typename IntContainerType>
bool ParallelFindAllPointsSatisfying
(
    PredicateType Predicate,
    IntContainerType & PointIDsOut
) const

Remarks

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