TMeshQueries::FindIntersectingTriangles_LinearSearch

Brute force search for any intersecting triangles on two meshes

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/MeshQueries.h

Include

#include "MeshQueries.h"

Syntax

static FIndex2i FindIntersectingTriangles_LinearSearch
(
    const TriangleMeshType & Mesh1,
    const TriangleMeshType & Mesh2
)

Remarks

Brute force search for any intersecting triangles on two meshes

Returns

Index pair of IDs of first intersecting triangles found, or InvalidID if no intersection found

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