TMeshAABBTree3::TestIntersection

Returns true if there is _any_ intersection between our mesh and 'other' mesh.

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryCore

Header

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

Include

#include "Spatial/MeshAABBTree3.h"

Syntax

virtual bool TestIntersection
(
    const TMeshAABBTree3 & OtherTree,
    const TFunction< FVector3d &)> & TransformF,
    const FQueryOptions & Options,
    const FQueryOptions & OtherTreeOptions
) const

Remarks

Returns true if there is any intersection between our mesh and 'other' mesh. TransformF takes vertices of OtherTree into our tree - can be null if in same coord space