TMeshAABBTree3::find_self_intersections

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

bool find_self_intersections
(
    MeshIntersection::FIntersectionsQueryResult * Result,
    bool bIgnoreTopoConnected,
    TFunctionRef< bool &)> IntersectFn,
    const FQueryOptions & Options
) const