TMeshAABBTree3::find_self_intersections_acrossboxes

Helper for find_self_intersections that checks intersections between triangles from separate boxes

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Spatial/MeshAABBTree3.h

Include

#include "Spatial/MeshAABBTree3.h"

Syntax

bool find_self_intersections_acrossboxes
(
    int Box1,
    int Box2,
    MeshIntersection::FIntersectionsQueryResult * Result,
    bool bIgnoreTopoConnected,
    int depth,
    TFunctionRef< bool &)> IntersectFn,
    const FQueryOptions & Options
) const

Remarks

Helper for find_self_intersections that checks intersections between triangles from separate boxes

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